longestdrive
Programmer
Hi
I'm trying to create a stock check form. I have a continuous sub form based on a query that lists all the products available and a text box for the user to enter the current stock levels in their stock check.
I now want to create a new table entry in the stock level table that is based on each row in the continuous subform and I don't understand the best way to do this.
Do I iterate through each row in the form or do it via the subforms record set. The text control where the stock level is entered is not bound to the query (would it be better to do that?)
If possible can someone point me in the right direction before I plough down the wrong road.
Thank you
I'm trying to create a stock check form. I have a continuous sub form based on a query that lists all the products available and a text box for the user to enter the current stock levels in their stock check.
I now want to create a new table entry in the stock level table that is based on each row in the continuous subform and I don't understand the best way to do this.
Do I iterate through each row in the form or do it via the subforms record set. The text control where the stock level is entered is not bound to the query (would it be better to do that?)
If possible can someone point me in the right direction before I plough down the wrong road.
Thank you