siberianfox
New member
- Local time
- Today, 15:14
- Joined
- Feb 25, 2010
- Messages
- 4
I'm trying to build a Query that looks at expiration dates, but only displays them if the date is equal to, or less than, 30 days from the current date.
The structure:
PTAC is the name of the field in which the user enters the start date.
Expr1 is the name of a calculated expiration date, which is one year from PTAC.
Now if there are 50 records, I only want the query to display those which expire within 30 days. If anyone has any idea how this can be done, I would really appreciate the help. Thanks
The structure:
PTAC is the name of the field in which the user enters the start date.
Expr1 is the name of a calculated expiration date, which is one year from PTAC.
Now if there are 50 records, I only want the query to display those which expire within 30 days. If anyone has any idea how this can be done, I would really appreciate the help. Thanks