I need to know how to program Access to prompt me when a customers service date comes up. Is this possible ? If so, how so ?
Thanks Paul
Printable View
I need to know how to program Access to prompt me when a customers service date comes up. Is this possible ? If so, how so ?
Thanks Paul
Depends on how you mean 'prompt'. You could have a report that runs whenever you start your application that would look for those customers whose service date is today or earlier. Some event has to start the process of looking for those customers, whether that be startup or a timer event. Once you identify that it is up to you to decide how you want to be prompted.
Bash