Access Auto populate

  • Thread starter Thread starter Glenn Heavens
  • Start date Start date
G

Glenn Heavens

I have an Access Database with two tables. In Table 1 say I have Company
Name and Vendor number. In Table 2 I have a Company Name using a Lookup
Wizard and that works. But what I want is when I select the Company name in
Table Two I want the Vendor number in table 2 to auto populate with the
number associated with it in table one. Get it. If further information is
required please let me know. I am using Microsoft Access 2002
(10.6501.6626) SP3. Thanks in Advance
 
I have an Access Database with two tables. In Table 1 say I have Company
Name and Vendor number. In Table 2 I have a Company Name using a Lookup
Wizard and that works. But what I want is when I select the Company name in
Table Two I want the Vendor number in table 2 to auto populate with the
number associated with it in table one. Get it. If further information is
required please let me know. I am using Microsoft Access 2002
(10.6501.6626) SP3. Thanks in Advance
--------------------
You need a query that joins Table 1 and Table 2. This should take care of
the autolookup.

For an example, lookup the Orders form from the Northwind traders database.
When you choose a customer, the shipping address is automatically filled up.

Hope this helps,
 

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

Field Auto Populate 1
Field Auto Populate 5
Auto populate 3
AUTO POPULATE subform from combo box selection 1
combobox population record dependent 4
Auto Populate 2
Auto populate 5
Continuous Form Yes/No 2

Back
Top