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.
 
Back
Top