Hi everyone,
I have a database for issueing qoutatins and invoices that I nee help with. I have 4 tables, QoutesT,QouteDetailsT,InvoicesT and InvoiceDetailsT. I have a datasheet with Qoutes where the user clicks on the qoutation number to open a new form containing the qoutation info. What I would like to do is to have a button on this form that the user can click to "accept" the qoutatiion and convert it to an invoice in th InvoiceT table along with the details in InvoiceDetailT. After the qoutation has been converted it needs to delete the qoutation from the QoutesT table and QutesDetailsT table.
Do I Dim a couple f variables for each of the fields and copy the values from one table to the other or what is the most effective wayto acomplish this?