I need help! How to vlookup value in access

kiyu414

New member
Local time
Today, 00:52
Joined
Oct 15, 2015
Messages
2
How to lookup value from another table like excel?

Example: I attached a picture "Master"; this table is the master record of Code and Description. Another attached picture "Sample"; I would like to auto lookup description from master record.

How to do it??
 

Attachments

  • Master.png
    Master.png
    42.9 KB · Views: 115
  • Sample.png
    Sample.png
    19.6 KB · Views: 123
you dont need to re-create the description in your table, it will be redundant. just create a query on sample and join the code field to the code field of your master.
 
you dont need to re-create the description in your table, it will be redundant. just create a query on sample and join the code field to the code field of your master.

Thanks! After that, how can I demostrate the description in the form using Sample table??
 
on query design, two table must be included, sample and master.
now to make join, simply click and drag the code field from sample table to code field of master table
double click fields to include, (on sample table, date, company, code), on master table description field.
 

Users who are viewing this thread

Back
Top Bottom