Microsoft
Software
Hardware
Network
Question : How do I build a query with date ranges surrounding the current date?
Hello Experts, I need some help. I have a database that tracks important regulatory information. We have dates where our regulatory approvals expire and must be renewed. I want to create a query that shows all studies that expire within the next 90 days of today's date as well as 30 days after today's date. The variable in question is "IRB_Expiration".
As you can tell, I am a beginner/intermediate user. Thanks for you help.
Dave
Answer : How do I build a query with date ranges surrounding the current date?
For IRB_Expiration greater than 90 days from today:
> Date() + 90
For IRB_Expiration greater than 30 days from today:
> Date() + 30
Random Solutions
AUTOCHK.EXE COULD NOT FOUND!
SBS08 - RWW - FQDN - Can't Get it to Work?
Always Displaying The Last Text In A Scrolling Text Box
Error when Sorting or Filtering - Type mismatch in JOIN expression. (Error 3615)
Bulk Edit global address book
How to pass variable to sql server stored procedure from access mdb form
Prompt user to verify data message when user hits add record button in access
ISA Server 2004
SharePoint Designer - Assign Task to Multiple Receipients and Reassign
Export Worksheets with Values and additional Code for Cell Protection