pull data from one table and combine with info from another table

  • Thread starter Thread starter kvillan
  • Start date Start date
K

kvillan

we have one table that has users and check in data
the other table has all of the other information
we would like a query that combines the check in data to the table that has
all of the other information
 
we have one table that has users and check in data
the other table has all of the other information
we would like a query that combines the check in data to the table that has
all of the other information

Then create a new query joining the two tables on the appropriate linking
field.

If you can't figure out how to do so please post some information about the
tables - key fields, relationships if any, fieldnames and datatypes.
 

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