Querie problem

G

Guest

Hi need help.
I'm trying to make a querie that returns values in two diferent tables.
Table 1 returns the name of the employee and the time he worked that month.
Table 2 returns the number of vacation days that the employee has used in
that month.
I'm quering using a date interval. But then if the employee had no vacations
this month the querie doesn't show is working hours, this month.
Could some one help me please.
Thanks in advanced.
 
J

John Vinson

Hi need help.
I'm trying to make a querie that returns values in two diferent tables.
Table 1 returns the name of the employee and the time he worked that month.
Table 2 returns the number of vacation days that the employee has used in
that month.
I'm quering using a date interval. But then if the employee had no vacations
this month the querie doesn't show is working hours, this month.
Could some one help me please.
Thanks in advanced.

You probably need a Left Join instead of the default Inner Join. Could
you open the query in SQL view and post it here?


John W. Vinson[MVP]
 

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