Wierd Join needed...
Here's my problem. it's been bothering for a bit...
I have 2 tables, one with a date, and the 2nd table with 2 dates. I need to only pull the records from the 2nd table where the date in the first table come between them.
TABLE 1
DATE
JOB#
EMPLOYEE#
TABLE2
JOB#
EMPLOYEE#
STARTDATE
ENDDATE
The query should take every line from TABLE1 and ONLY the lines from TABLE 2 that qualify.
Here's my problem. it's been bothering for a bit...
I have 2 tables, one with a date, and the 2nd table with 2 dates. I need to only pull the records from the 2nd table where the date in the first table come between them.
TABLE 1
DATE
JOB#
EMPLOYEE#
TABLE2
JOB#
EMPLOYEE#
STARTDATE
ENDDATE
The query should take every line from TABLE1 and ONLY the lines from TABLE 2 that qualify.