Forgive me if I'm asking the obvious, but I'm very new with using Access to create interfaces...
I have a form where the user creates a client profile. Some of the data being entered should be inserted into the "CLIENTS" table, and some of it belongs in the "CONTACTS" table. Finally, upon clicking "Submit", I need the primary key autoNum identifier that was created for each table to be inserted into the table "CLIENTSCONTACTS", which links clients to different contacts (this is so it is possible to have multiple contacts for each client).
My question is: Is it possible to not have Access update the database until the user clicks "Submit", and also, how would such an INSERT query look? Access has no wizard tools for creating INSERT statements, so I have no idea how to incorporate elements from the form in my INSERT statement. Any help is really appreciated, and thanks in advance!
I have a form where the user creates a client profile. Some of the data being entered should be inserted into the "CLIENTS" table, and some of it belongs in the "CONTACTS" table. Finally, upon clicking "Submit", I need the primary key autoNum identifier that was created for each table to be inserted into the table "CLIENTSCONTACTS", which links clients to different contacts (this is so it is possible to have multiple contacts for each client).
My question is: Is it possible to not have Access update the database until the user clicks "Submit", and also, how would such an INSERT query look? Access has no wizard tools for creating INSERT statements, so I have no idea how to incorporate elements from the form in my INSERT statement. Any help is really appreciated, and thanks in advance!