I have a main form and subform. The main form is bound to a table of invoices and the subform to a table of invoice items.
I'm picking up the invoice number from the form to save it to the invoice items table, so I need to save the record for the invoice before saving the invoice items from the subform.
What is the best way to do this?
Thanks so much!
I'm picking up the invoice number from the form to save it to the invoice items table, so I need to save the record for the invoice before saving the invoice items from the subform.
What is the best way to do this?
Thanks so much!