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
CERTIFICATE TEMPLATE NOT VISIBLE
How to retrieve text from a website
Easy way to make a c# form readonly
How do I configure Media Center with cable set top box?
Excel Drop Down List Query
saving gridView selected reords in DataSet
check box list in excel
installing Project Server 2007 on Windows Server 2008 r2
Setting up IIS
The store driver couldn't deliver the public folder replication message. Property Validation Failed when replicating public folders in mixed 2003/2007 evironment