Hello again - I would like to add two fields to a number of forms:
AttendTask = Specific task that needs to be done - example "Check labs for John Smith"
AttdDoneBy = Specific Date the task is to be done by.
I need to have help in writing code that will accomplish this:
When the current date matches the AttdDoneBy field, I would like the program to look at the PatientName and the AttendTask and put those into a MsgBox that will pop up when the database is opened. This way the user will not miss the reminder if they don't enter that specific form.
Since I don't know very much about writing VBA (but I am learning) I am asking someone to please help me accomplish this task. Is it code that needs to go on each form or will it need to go into a module for the database itself?
I will appreciate any help someone is willing to give me. Thank you ahead of time
Laura
AttendTask = Specific task that needs to be done - example "Check labs for John Smith"
AttdDoneBy = Specific Date the task is to be done by.
I need to have help in writing code that will accomplish this:
When the current date matches the AttdDoneBy field, I would like the program to look at the PatientName and the AttendTask and put those into a MsgBox that will pop up when the database is opened. This way the user will not miss the reminder if they don't enter that specific form.
Since I don't know very much about writing VBA (but I am learning) I am asking someone to please help me accomplish this task. Is it code that needs to go on each form or will it need to go into a module for the database itself?
I will appreciate any help someone is willing to give me. Thank you ahead of time

Laura