I have a table called Sample_Selections
It has the following fields
Sample_ID Autonumber
Product_Name Text
Product_Type Text
Product_Size Text
Quantity Text
I have an unbound form 'Sample_Selector' with 4 list boxes in it. each based on a query that updates the next with available options.
Once the 4 list boxes have been updated, a subform appears with details for the user (the above table) on how it should be entered into another system properly.
The subform is called 'Sample_Selector_Subform' and this too is based on a query using the 4 above listboxes as criteria.
What I want to do mainly is be able to add the instructions to the 'Sample_Selections' table every time the 'add item' button is pressed on the 'Sample_Selector' form.
This information will then act as a product line on another subform, probably have to be a continuous form, using the table as it's base.
How do I do this?
Please explain the information that you give to me because I don't understand code that well....
craig@chyld.co.uk
It has the following fields
Sample_ID Autonumber
Product_Name Text
Product_Type Text
Product_Size Text
Quantity Text
I have an unbound form 'Sample_Selector' with 4 list boxes in it. each based on a query that updates the next with available options.
Once the 4 list boxes have been updated, a subform appears with details for the user (the above table) on how it should be entered into another system properly.
The subform is called 'Sample_Selector_Subform' and this too is based on a query using the 4 above listboxes as criteria.
What I want to do mainly is be able to add the instructions to the 'Sample_Selections' table every time the 'add item' button is pressed on the 'Sample_Selector' form.
This information will then act as a product line on another subform, probably have to be a continuous form, using the table as it's base.
How do I do this?
Please explain the information that you give to me because I don't understand code that well....
craig@chyld.co.uk