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
I am trying to get the "Currently" selected item in a multiple selection listbox - how can this be done?
SQL data sorting
Need SQL Syntax help to make my qry more efficient.
How can I add this Excel Sheet to Access (form) and make it work like Excel Sheet?
Userform Calendar
Coefficient of Correlation in pivot table
Convert Hex to Dec from mscomm
foward one email to multiple people exchange 2007
Call the load event of another form
Import of simple .txt file into MsAccess (2007) Tables - Macro - Automatic