N
Nuno Caldas
Ok , here's the deal , ive got a DB where there is a table called products
wich as the "ID", "description" , "Stock" fields in it , i have another one
in wich i have "ID" , "Counted".
What i need to do is to somehow retreive all the data from table 1 into a
form with a texbox where users will put the quantity they count for each of
the ids , after completion it will be sent to the other table.
My form should look like this :
ID Description Counted
------------------------------------
001 Product 1 _______
002 Product 2 _______
003 Product 3 _______
...... .............. ..............
099 Product 99 _______
------------------------------------
"Submit Inventory"
I need all the products in the same form , how can i do this? If i only
display one product at a time i have no prob , but with multiple values i
dont know how! Plz help me!!!!
Thanks
wich as the "ID", "description" , "Stock" fields in it , i have another one
in wich i have "ID" , "Counted".
What i need to do is to somehow retreive all the data from table 1 into a
form with a texbox where users will put the quantity they count for each of
the ids , after completion it will be sent to the other table.
My form should look like this :
ID Description Counted
------------------------------------
001 Product 1 _______
002 Product 2 _______
003 Product 3 _______
...... .............. ..............
099 Product 99 _______
------------------------------------
"Submit Inventory"
I need all the products in the same form , how can i do this? If i only
display one product at a time i have no prob , but with multiple values i
dont know how! Plz help me!!!!
Thanks