Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing value from another table

Status
Not open for further replies.

nkiefer

Programmer
May 21, 2001
86
US
I have a main table with a field containing coded values, a,b,c etc...

I have a seperate table that has two colums the code and code value,
code value
a 1
b 2
c 3

Is it possible to create a query that displays the values, 1,2 or 3 instead of a,b or c?
 
Yes, just add both tables to your query and join the a,b,c fields. You can then display the related value in the query.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top