B
BJC
I recently posted a question to find out how
I would get the most recent date in a query.
Ken Snell was kind enough to refer me to the
DMAX function. Thank You Very Much Ken.
This was his example & it served me well...
DMax("Date", "TableName", "[City]='" & [Enter City Name:] & "'")
Now I would like to get the next most recent date.
In other words the date previous to the most Recent date.
can anyone offer a suggestion.
I can't seem to get the DMAX function to work this out.
Thanks in advance.
Brad
I would get the most recent date in a query.
Ken Snell was kind enough to refer me to the
DMAX function. Thank You Very Much Ken.
This was his example & it served me well...
DMax("Date", "TableName", "[City]='" & [Enter City Name:] & "'")
Now I would like to get the next most recent date.
In other words the date previous to the most Recent date.
can anyone offer a suggestion.
I can't seem to get the DMAX function to work this out.
Thanks in advance.
Brad