Query Join

M

myrc60

I have 2 tables I've joined in a query and I want to see 5 of 6 fields from
the 1st table and 1 field from the 2nd table; but when I run it, I do not see
the values for that 1 field from the 2nd table. Both tables are not indexed
nor do either have a primary key. Why is this happening to me?
 
K

Ken Snell [MVP]

Post the SQL statement of the query that you're trying to run. Give us
information about the tables and their fields.
 
Top