(https://www.accessforums.net/databas...0-a-21753.html)
Hello. I am also fairly new to Access, and am completely self taught. I actually have a very similar request; to create a report that shows Vehicle numbers that have not been serviced in the last 30 to 59 days, 60 to 89 days, and over 90 days.
I tried to use the information above but it didn't work.
The table that I have the "Service" dates in is surprisingly called "SERVICE". Within that table I have two fields that I assume I will be working with: tb_CUA (which is the vehicle number that we have assigned to it), and Date (which is a list of dates that the vehicle was serviced).
I created a MACRO like suggested above, and named it "30_60_90", but am a little confused as to what I should be doing next.
I tried creating both a form and a report and putinto the control field of the Text Box, but it keeps returning the value #Name?.Thats the easiest then in your Form, Report you add a text box and in the control source you put in =IIF(isNull([datepaid]),pastdue(invoicedate),"")
Any and all suggestions would be GREATLY appreciated!![]()