Query from multiple tables

A

Anthony

I have 2 tables that I want to pull data from. One table contains
productivity data that logs staff start/end time. The other logs staff days
off. I want to be able to pull bother together to create a timesheet report.
I've created the query; however, when I go to run it..it comes up blank.
Any suggestions?
 
J

John W. Vinson

I have 2 tables that I want to pull data from. One table contains
productivity data that logs staff start/end time. The other logs staff days
off. I want to be able to pull bother together to create a timesheet report.
I've created the query; however, when I go to run it..it comes up blank.
Any suggestions?

Since you give us no information about how the tables are related or about the
nature of your query, it's a bit hard to answer.

If the two tables have the same basic structure and you want to logically
"append" records from the staff log to the staff days off, I'd GUESS that a
UNION query would work, but without more info about your structure that's just
a guess.
 

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

Top