here is the expression I am using as per your recommendation:-
So each time I run the query a box appears asking me to enter the date....
I really want the system to be able to use todays date whatever the date is today / tomorrow / next month etc upon opening the system each time so when I run I the report I can easily view which documents are due to expire in the next 7 days....
Also I noticed an error with this expression, in so much as documents that are due to expire in november are now being highlighted as per my set auto format, and nov is more then 7 days away so they shouldnt be showing up - please clarify??
Here is the database:-
http://www.mediafire.com/?sharekey=c7d7086d742cdaf5c2b435915e8821d7e04e75f6e8ebb871
Please pay attention to the "Driver Documents Section" this is where I want the conditioning and query to work when I run a report or query...It would be handy to have it working even when I am viewing each indiviudal record...
Please advise what expression I should be using...
Finally, as I am very close to completion I am wondering how I can bring the database together so an end user will be able to use the system without amending any of the tables / forms / querys / reports etc?? This is my very first database so I apologise for my newbish ways.... Do people use the switchboard manager as a menu?? if yes, then how can you assign more then 8 buttons to it??
Also do I need to click on ACCDE to lock the database and restrict access? please clarify
Thank you for your continued support and assistance
DateDiff("d", [insuranceexpirydate], Date()) <= 7
So each time I run the query a box appears asking me to enter the date....
I really want the system to be able to use todays date whatever the date is today / tomorrow / next month etc upon opening the system each time so when I run I the report I can easily view which documents are due to expire in the next 7 days....
Also I noticed an error with this expression, in so much as documents that are due to expire in november are now being highlighted as per my set auto format, and nov is more then 7 days away so they shouldnt be showing up - please clarify??
Here is the database:-
http://www.mediafire.com/?sharekey=c7d7086d742cdaf5c2b435915e8821d7e04e75f6e8ebb871
Please pay attention to the "Driver Documents Section" this is where I want the conditioning and query to work when I run a report or query...It would be handy to have it working even when I am viewing each indiviudal record...
Please advise what expression I should be using...
Finally, as I am very close to completion I am wondering how I can bring the database together so an end user will be able to use the system without amending any of the tables / forms / querys / reports etc?? This is my very first database so I apologise for my newbish ways.... Do people use the switchboard manager as a menu?? if yes, then how can you assign more then 8 buttons to it??
Also do I need to click on ACCDE to lock the database and restrict access? please clarify
Thank you for your continued support and assistance
Last edited: