Join

  • Thread starter Thread starter Allison
  • Start date Start date
A

Allison

Is it possible to join a make table query ie.. the table
and a regular table by a certain field to use in creating
an update query???


The primary key is the same but I still receive a mismatch
in expression error when I try to join the two tables???
 
Is it possible to join a make table query ie.. the table
and a regular table by a certain field to use in creating
an update query???


The primary key is the same but I still receive a mismatch
in expression error when I try to join the two tables???

Please post the SQL view of your query and indicate the datatypes of
the joined fields.

You cannot join "a make table query" - it's an *action* query which
does someting (copied data into a new table), not a *select* query
which returns records.
 

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