I have a table of customers with Account Numbers that I wish to autofill:
Account Number
Customer Name
Address1
Address2
Based off the customer Account Number, I call this table tblCustomers.
I have the autofill working off of an unbound combobox querying the Account Number. Im doing this by "=combo2.column()" method
My problem is I need this data to populate another table, when the form is closed. Seems simple enough but my inexperienced access mind is stumped and I desperately need to move on with other aspects of this task.
I appreciate the help in advance.
ethndr
Account Number
Customer Name
Address1
Address2
Based off the customer Account Number, I call this table tblCustomers.
I have the autofill working off of an unbound combobox querying the Account Number. Im doing this by "=combo2.column()" method
My problem is I need this data to populate another table, when the form is closed. Seems simple enough but my inexperienced access mind is stumped and I desperately need to move on with other aspects of this task.
I appreciate the help in advance.
ethndr