I have a form that creates records in a temporary table in an invoice (tbltemporary). When I accept the invoice I want to add all the fields from all the records from the temporary table to the permanent invoice table (tblinvoice). I'm thinking I should use the Insert Into command from runsql. Is that right? I can't get the syntax.
Can someone help please?
Thanks.
Can someone help please?
Thanks.