I have a form "frmInvoices" that is used for entering and printing invoices. This form's control source is "tblInvoices". My problem is: When I choose customerid in combobox on form, I need it to go to "tblInvoiceNumbers" and enter customerid in the field in the table, get the new invoice number (which is an autonumber that will not exist until customerid field has a value), return that new invoice number to form field "Invoice Number".
Could you help please? Thanks, Noreene
Could you help please? Thanks, Noreene