auto fill address

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

Guest

How do I get an address from a table to automatically populate in a form
 
Normally, you don't.
You just enter and save the unique identifier (like a CustomerID), and
just display the address information that corresponds to that unique ID.
A subform with address information fields from your Customer table...
linked to the main form by CustomerID will always display the address
information for the CustomerID you entered.
No need to save all that address information on every new transaction
against a customer... you can always re-derive it on the fly from your
Customer table... in any subsequent query, form, or report
hth
Al Camp
 

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

Similar Threads

Auto fill not working 2
Auto Populate 2
autopopulate field in subform from field in main form 3
Auto Fill II (for Access 2002) 2
Auto Fill 0
default value from another table 1
Auto-populate a form 4
auto fill 4

Back
Top