Forum Discussion
ScottMarks
8 years agoQrew Member
Have a checkbox with this code (modify it to fit)
If(Today()>=[Due Date],true,false)
Then simply make a notification where:
If a record was modified, select a specific field (your checkbox) and blamo! For QB to know who to send the message to, you'll need to link to a user on your form. The notification will have a "Notify Whom" dropdown, and select the proper field.
Use the same logic above for 1 week prior notification, etc.
Scott
If(Today()>=[Due Date],true,false)
Then simply make a notification where:
If a record was modified, select a specific field (your checkbox) and blamo! For QB to know who to send the message to, you'll need to link to a user on your form. The notification will have a "Notify Whom" dropdown, and select the proper field.
Use the same logic above for 1 week prior notification, etc.
Scott