I have an unbound form (Main Form)
and a sub-form (Main Form_Subform)
(Main Form) supplies criteria for a query (Main Form_Query)
(Main Form_Subform) is based on (Main Form_Query)
Once (Main Form) last field is updated, it automatically requeries the (Main Form_Subform) and displays the data appropriately.
I have the following problem.
How do I add the contents of (Main Form_Subform) to a seperate table once a command button is pressed?
The idea is to have the selections made on the (Main Form), it's criteria requerying the (Main Form_Subform) and displaying the appropriate contents, then, on pressing the 'Add Line' button would reveal a new (Main Form_Selection) subform that would look like this:
Record ID - 55125 (Would this be another table?)
------------------------------------------------
Type Product Size Quantity
1
2
1 & 2 would be seperate lines that will update on pressing the 'Add Line' key on the (Main Form_Subform)
If anyone can point me in the right direction it will be much appreciated...
craig@chyld.co.uk
and a sub-form (Main Form_Subform)
(Main Form) supplies criteria for a query (Main Form_Query)
(Main Form_Subform) is based on (Main Form_Query)
Once (Main Form) last field is updated, it automatically requeries the (Main Form_Subform) and displays the data appropriately.
I have the following problem.
How do I add the contents of (Main Form_Subform) to a seperate table once a command button is pressed?
The idea is to have the selections made on the (Main Form), it's criteria requerying the (Main Form_Subform) and displaying the appropriate contents, then, on pressing the 'Add Line' button would reveal a new (Main Form_Selection) subform that would look like this:
Record ID - 55125 (Would this be another table?)
------------------------------------------------
Type Product Size Quantity
1
2
1 & 2 would be seperate lines that will update on pressing the 'Add Line' key on the (Main Form_Subform)
If anyone can point me in the right direction it will be much appreciated...
craig@chyld.co.uk