deresistance
Registered User.
- Local time
- Today, 12:07
- Joined
- May 16, 2012
- Messages
- 11
Hello everyone first off I am a noob with access 
So heres my issue.... I have a table with the following clientname| accesscode | datetochange
The client name will have several entries lets say 1 for each month in the past and into the future. I want a query to show only a single code with the most recent date but NOT in the future.
In access I setup a query with the MAX parameter then did a <=date() as a Criteria. This returned nothing. I assume it grabs the max date THEN trys to find a date thats less then or equal todays date. Since I have codes that are in the future it will never return anything.
So how can I make a query to fetch the most recent code NOT in the future? Thanks in advance
So heres my issue.... I have a table with the following clientname| accesscode | datetochange
The client name will have several entries lets say 1 for each month in the past and into the future. I want a query to show only a single code with the most recent date but NOT in the future.
In access I setup a query with the MAX parameter then did a <=date() as a Criteria. This returned nothing. I assume it grabs the max date THEN trys to find a date thats less then or equal todays date. Since I have codes that are in the future it will never return anything.
So how can I make a query to fetch the most recent code NOT in the future? Thanks in advance