I think after this question i may have to invest in a book,
I have a report where i want to show the date of all computers that have expired if its equal to todays date or before.
So I have created a query to show the results i want, now i know all i need to do is input a piece of code into the criteria of the expiry date. The question is what code do i need.
A rough but wrong guess of mine was
IF [MACHINE]![Warrenty Finish]"<="Now()"
Any help would be great
Thanks
I have a report where i want to show the date of all computers that have expired if its equal to todays date or before.
So I have created a query to show the results i want, now i know all i need to do is input a piece of code into the criteria of the expiry date. The question is what code do i need.
A rough but wrong guess of mine was
IF [MACHINE]![Warrenty Finish]"<="Now()"
Any help would be great
Thanks
Comment