S
shadow
I have one table where the underlying date is a long date, and it is
displayed as a short date. I have a second table where the underlying date
is a short date, and is displayed as a short date. I've linked the two
tables on date in my query but I get no matches.
Table 1 underlying date Table 2 underlying date
1/15/2004 11:16:00 AM 1/15/2004
Table 1 displayed date Table 2 displayed date
1/15/2004 1/15/2004
How do I modify my query so that just the short date is considered when I
query for matching dates?
displayed as a short date. I have a second table where the underlying date
is a short date, and is displayed as a short date. I've linked the two
tables on date in my query but I get no matches.
Table 1 underlying date Table 2 underlying date
1/15/2004 11:16:00 AM 1/15/2004
Table 1 displayed date Table 2 displayed date
1/15/2004 1/15/2004
How do I modify my query so that just the short date is considered when I
query for matching dates?