Hi,
I have developed an Access Input form, for a user responsible for tracking past due payment accounts within a company. This user is responsible for calling the people, and logging the date and time that the call was made. I have a command button setup on the form that the user clicks, and enters the time the call was made. My need ? There could be up to 100 people that a user is investigating at one time, so if they cannot reach one person they will move on to the next. However, they have to go back to the people who they miss. They have to be prompted to do so, however. Thus, I would like for them to be able to select a number, from a dropdown box, representing 'hours', and use this number against the last entry in the Last_Called field. For example, if they last contacted 'John Smith' at 07:06:19 AM, and they set the call back variable to 2 (hours), then at 09:06 AM, I want the user to be prompted to contact this person again. How do I add the hour variable, to the Last_Called field, and then prompt the user when the resulting time has arrived ?
Thanks !!
I have developed an Access Input form, for a user responsible for tracking past due payment accounts within a company. This user is responsible for calling the people, and logging the date and time that the call was made. I have a command button setup on the form that the user clicks, and enters the time the call was made. My need ? There could be up to 100 people that a user is investigating at one time, so if they cannot reach one person they will move on to the next. However, they have to go back to the people who they miss. They have to be prompted to do so, however. Thus, I would like for them to be able to select a number, from a dropdown box, representing 'hours', and use this number against the last entry in the Last_Called field. For example, if they last contacted 'John Smith' at 07:06:19 AM, and they set the call back variable to 2 (hours), then at 09:06 AM, I want the user to be prompted to contact this person again. How do I add the hour variable, to the Last_Called field, and then prompt the user when the resulting time has arrived ?
Thanks !!