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
Run-time errors'2105' and '3021'
Proxy Settings
how run a macro(that does some tests) the moment MS Acess fires
Custom control to see/select mutliple entries from a list
runtime error when creating image from stream of bytes (Parameter is not valid)
create query in mdb using ADO and A2k
Access 2007 Header / Footer Bug?
Hiding RUN and FIND lines of Start Menu
C#: CreateNoWindow not working
The LinkMasterFields property setting has produced this error: "The object doesn't contain the Automation object 'tbluserSpec. "