piersonb
10-22-2009, 04:06 PM
I have a query setup to look at a table of transactions.
I have a second table with a list of dates.
I am trying to set up my first query to show me the transactions between the last date and the second to last date.
my table of dates is enter sequantial and I am using DLast to get the last date. any ideas on how to get the second to last date?
I currently have this statement in my Criteria:
Between [Enter Second to last date] And DLast("Last_date","date_update_table")
I have a second table with a list of dates.
I am trying to set up my first query to show me the transactions between the last date and the second to last date.
my table of dates is enter sequantial and I am using DLast to get the last date. any ideas on how to get the second to last date?
I currently have this statement in my Criteria:
Between [Enter Second to last date] And DLast("Last_date","date_update_table")