I have a form that is bound to table with the following fields:
[DateAssigned]
[Due]
[StaffA] Lookup field
[DateInfoRequested]
[DateInfoReceived]
[DateInfoAssigned]
[DateInfoDue]
[StaffB] Lookup field
What I want to accomplish is if [DateAssigned] is updated, you must select the assigned staff from [StaffA] list. When [Date InfoAssigned] is updated, you must select the assigned staff from [StaffB] list. [DateAssigned] and [DateInfoAssigned] may be null or not null. However, whenever any of these Date Assigned fields are updated, I want it to force the user to select the assigned staff with the staff set focus.
I would really appreciate a code that will enable me to accomplish this in the Before Update Event I suppose.
Your assistance is deeply appreciated.
[DateAssigned]
[Due]
[StaffA] Lookup field
[DateInfoRequested]
[DateInfoReceived]
[DateInfoAssigned]
[DateInfoDue]
[StaffB] Lookup field
What I want to accomplish is if [DateAssigned] is updated, you must select the assigned staff from [StaffA] list. When [Date InfoAssigned] is updated, you must select the assigned staff from [StaffB] list. [DateAssigned] and [DateInfoAssigned] may be null or not null. However, whenever any of these Date Assigned fields are updated, I want it to force the user to select the assigned staff with the staff set focus.
I would really appreciate a code that will enable me to accomplish this in the Before Update Event I suppose.
Your assistance is deeply appreciated.