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

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
 
J

John W. Vinson

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