New Record

S

SMERTZ

I have a very simple table structure
Table one customer
Table two orders

One customer to many orders

So I want to create a form to enter new orders, based on the customer name
or ID. So my question is how do I go about getting the customer last name
or Customer Number and then adding an order to the order table with the
customer info auto filled out for me..

thanks
 
V

Van T. Dinh

The sample database "NorthWind" that comes with your Access software has
exactly what you need.
 
L

LeeLi

Hi,

you may use relationship to link this two table up. so whatever info you
enter in Customer table and will automatically update Order table as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top