Northwind orders form

G

Guest

In the Northwind sample database the Orders form has a drop down CustomerID
box that changes both the "Bill To" address and the "Ship To" address
automatically as the customer ID is changed. In an Access 2003 database I am
trying to make a form that works like this (change the customer ID and the
"Bill To" and "Ship To" address fields update automatically with the
customers (already) stored address, but cannot figure out how this part of
the form works. I would be grateful for any help.

Thanks.
 
B

Brian

Mark Penny said:
In the Northwind sample database the Orders form has a drop down CustomerID
box that changes both the "Bill To" address and the "Ship To" address
automatically as the customer ID is changed. In an Access 2003 database I am
trying to make a form that works like this (change the customer ID and the
"Bill To" and "Ship To" address fields update automatically with the
customers (already) stored address, but cannot figure out how this part of
the form works. I would be grateful for any help.

Thanks.

You need to look at the code in the CustomerID_AfterUpdate event procedure.
 

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