RobNauticus
MIS
Hello,
I have 3 tables with 3 linked fields. Actually there is only one "table" the other 2 are views of the same table.
Here they are:
Datelog
table)
(PK)JobID
(PK)LotID
(PK)TaskID
TaskDate
r_LathAll (query)
JobID
LotID
TaskID=1
TaskDate
r_SheetrockAll (query)
JobID
LotID
TaskID=22
TaskDate
I want to be able to see results for matches in one query or another not both. Is there a way to get them to join this way? An equal join does not work because it would need a match in both queries. A left join on both does not work because it will return all records in the DateLog table.
I am sure the answer is simple but it escapes me.
Can anyone guide me?
THANKS!
Rob
I have 3 tables with 3 linked fields. Actually there is only one "table" the other 2 are views of the same table.
Here they are:
Datelog
(PK)JobID
(PK)LotID
(PK)TaskID
TaskDate
r_LathAll (query)
JobID
LotID
TaskID=1
TaskDate
r_SheetrockAll (query)
JobID
LotID
TaskID=22
TaskDate
I want to be able to see results for matches in one query or another not both. Is there a way to get them to join this way? An equal join does not work because it would need a match in both queries. A left join on both does not work because it will return all records in the DateLog table.
I am sure the answer is simple but it escapes me.
Can anyone guide me?
THANKS!
Rob