almostanexpert
Board Regular
- Joined
- Apr 20, 2007
- Messages
- 86
Hello All,
Thank you for taking an interest in this post.
I would like to compare two date fields in two different tables in MS Query to return records that meet this criteria table1.DateTime <= table.ExpireDate. Can this be achieved in MS Query?
I have tried a JOIN
table1 t1
JOIN table2 t2 ON
t1.DateTime <= t2 ExpireDate
However my data is duplicating.
Any information is greatly appreciated.
Thank you
Thank you for taking an interest in this post.
I would like to compare two date fields in two different tables in MS Query to return records that meet this criteria table1.DateTime <= table.ExpireDate. Can this be achieved in MS Query?
I have tried a JOIN
table1 t1
JOIN table2 t2 ON
t1.DateTime <= t2 ExpireDate
However my data is duplicating.
Any information is greatly appreciated.
Thank you