MwTV
MIS
- Mar 9, 2007
- 99
Have a form with the following fields displayed;
Name
AccountNo
AmtReceived
DateReceived
FollowupDate
The employees populate AmtReceived, DateReceived, and FollowupDate fields.
Scenario - Employee A has reviewed several accounts over the last few days and has entered "March 28, 2007" as the FollowupDate. Employee B reviewed several accounts over the last few days and entered "March 29, 2007" as the FollowupDate. On March 28, 2007 I would like to display those accounts that have a March 28, 2007 FollowupDate on a form that is presented to the Employee A when he/she logs into the database on March 28, 2007?
On March 29, 2007, I would like to display those accounts that have a March 29, 2007 FollowupDate on a form that is presented to the Employee B when he/she logs into the database on March 29, 2007?
Is this possible? If so, how would this be implemented?
Another option just thought about is to display the "FollowupDate" field in descending order in a listbox and requery the listbox in the form's on open event.
Any additional thoughts greatly appreciated.
Name
AccountNo
AmtReceived
DateReceived
FollowupDate
The employees populate AmtReceived, DateReceived, and FollowupDate fields.
Scenario - Employee A has reviewed several accounts over the last few days and has entered "March 28, 2007" as the FollowupDate. Employee B reviewed several accounts over the last few days and entered "March 29, 2007" as the FollowupDate. On March 28, 2007 I would like to display those accounts that have a March 28, 2007 FollowupDate on a form that is presented to the Employee A when he/she logs into the database on March 28, 2007?
On March 29, 2007, I would like to display those accounts that have a March 29, 2007 FollowupDate on a form that is presented to the Employee B when he/she logs into the database on March 29, 2007?
Is this possible? If so, how would this be implemented?
Another option just thought about is to display the "FollowupDate" field in descending order in a listbox and requery the listbox in the form's on open event.
Any additional thoughts greatly appreciated.