Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi againI have an acess database and i need if is possible that if an date in date field is less than 10 days from now() all records appears in a different page some like an automatic search.Is possible.Sorry by my englishBest Regards
Hi,I recommend you to create custom view on the Datasource tables tab and then add where clause for this view on the Edit SQL query ab.Here is a sample:
select ...
More info here:http://www.w3schools.com/vbScript/func_datediff.asp