HELP!!!
I am trying to add new record to a record set based on a SQL statement. I am using a select statement with dbopendynaset recordset type. I am attempting to use the following on the form.
1. Combo box to obtain a list of quotes on the main form.
2. Combo box to select customer information on a tabbed conctainer.
The bottom line is I can get the recordset open and display the number of records but when I go to add a record i get totally lost. I was toying with the Idea of creating an identical form for creating the new quote and then after the save is complete bring up the sql based form.
I am sure I have you all confused. Any help wqould be great.
Thanks
Tom
I am trying to add new record to a record set based on a SQL statement. I am using a select statement with dbopendynaset recordset type. I am attempting to use the following on the form.
1. Combo box to obtain a list of quotes on the main form.
2. Combo box to select customer information on a tabbed conctainer.
The bottom line is I can get the recordset open and display the number of records but when I go to add a record i get totally lost. I was toying with the Idea of creating an identical form for creating the new quote and then after the save is complete bring up the sql based form.
I am sure I have you all confused. Any help wqould be great.
Thanks
Tom