Hello,
I have an order form where I want when you type in the Customers number their details (i.e. address) are then displayed on the right hand side of the form. I have basically two tables linked, an order table (OrderID, CustomerNumber) and a customer table (CustomerNumber...and their personal details).
Does this make sense? Is this possible, perhaps with VB, or would I use a query?
Thanks for any help given
I have an order form where I want when you type in the Customers number their details (i.e. address) are then displayed on the right hand side of the form. I have basically two tables linked, an order table (OrderID, CustomerNumber) and a customer table (CustomerNumber...and their personal details).
Does this make sense? Is this possible, perhaps with VB, or would I use a query?
Thanks for any help given