OK be patient with me I am WAY over my head
I have 2 tables - I have a form that populates one table and uses the Primary Key number (auto populated) of the other table. I need a query that takes the value in table 1 and returns the text that corresponds to in table 2 - a simple substitution
so table one
pk id, type (this is the pk of table 2)
table two
pk id (which is type of table one), name of type
I need a query that looks at the type of table one locates it in table two and gives me the name
clear as mud ?
smjacb