L
Lucien
I have 2 tables with date fields, table1 is titled Date and table2 is titled
DocDate.
I need to extract data where:
[table1].[Date] is one day prior than [table2].[DocDate]
In other words, let's say table 2 date of 07/10/2006 must look at table
one's records with a date of 07/09/2006
There are many other fields in my query, but the results need to be built
around this criteria.
DocDate.
I need to extract data where:
[table1].[Date] is one day prior than [table2].[DocDate]
In other words, let's say table 2 date of 07/10/2006 must look at table
one's records with a date of 07/09/2006
There are many other fields in my query, but the results need to be built
around this criteria.