multiply tables in a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if I have multiply tables in a query that have the same field names....how to
I specify which table to use.

I know you put the table name first then the field name but I'm not doing
the correct puncutation????

Thanks My brain isn't working today!!!
 
In the query design grid there is a drop-down for "Field:" and right below
it is a dropdown for "Table:". Just pick the table from there.
 
In Access the syntax is
[Tablename].[Fieldname]

Although in most case, if the object names don't have spaces or special
characters (punctuation marks, etc) then you can avoid the []
 

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

Back
Top