Form help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was looking at the Northwind Database sample. I wanted to copy something
they did but i'm not sure how it was done.
The question i had was: when you are in their orders table and you select a
customer there mailing address information automatically comes up with it.
Now i am creating a deliveries database in which i have a projects table. I
want to be able to select the project number and have the shipping address
and contact information come up automatically how do i do this?
I may also need to change a shipping address if something is going to a
different area on that site. is this possible (to have the info to come up
automatically and then be able to change it if i need to) or is it only one
or the other?
 
You can do both of what you ask. Look at the code in the AfterUpdate event
of the control where you select the project number.
 
Click the three dots at the far right of where it says [Event Procedure].

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com



JennBard1 said:
It just says [Event Procedure] i'm not sure at all what that means.




PC Datasheet said:
You can do both of what you ask. Look at the code in the AfterUpdate
event
of the control where you select the project number.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 
Back
Top