I'm not really at this stage in my db yet but I'm going to ask this question now because I think this post is exactly what I am looking for. Can this code, with some modifications, be used to track any duedate. For example, if there is a brief due in 30 days and a Motion due in 20 can we use this code to produce a reminder for both duedates?
I'm thinking of something like "If today is less than [due date] instead of the dateadd function. Then use a date calculation to subtraction todays date from duedate. We would then run it once a week to give us a weekly report of the status of things due.
The problem that I see is is that everything is in seperate Tables. (ie briefs and briefduedates in 1 table, pleadings and pleadingsduedate in another, statuteoflimitations in each case type because its different depending on case type, etc) We'd like a 5 column report: ClientName, ItemDue(ie,Brief,Motion,etc),todays date, duedate, duein(the date calculation. But I'm not sure how this report can be created when it needs to created on seperated tables but put in the same columns. Can data from different tables be put in the same columns of a report?