hi,
how would i go about inserting the results of what is showing in say combo box A & combo box B into a new table?
i have a add button on the form but can't see how to use it.
do i have to add code to the click event like:
INSERT INTO newtable (field1, field2) FROM myform (comboA, comboB)
i'm guessing at the above obviously but anything to point me in the right direction would be appreciated.
thanks
louis
how would i go about inserting the results of what is showing in say combo box A & combo box B into a new table?
i have a add button on the form but can't see how to use it.
do i have to add code to the click event like:
INSERT INTO newtable (field1, field2) FROM myform (comboA, comboB)
i'm guessing at the above obviously but anything to point me in the right direction would be appreciated.
thanks
louis