D.E.N.N.I.S.
Registered User.
- Local time
- Today, 12:01
- Joined
- May 11, 2016
- Messages
- 12
Long time reader, first time poster...I am somewhat of a novice at Access but I believe I have a relatively non-novice problem. I am trying to create an automatic work assignment tool but I am having trouble conceptualizing exactly how to design it.
I have the following queries:
qryOpenWorkloads: generates a list of incompleted workloads
qryActiveQueue: generates a list of users who are available to complete the incomplete workloads
I want to automatically associate the oldest workload from qryOpenWorkloads to the users who have been in the work queue the longest from the qryActiveQueue. Once the users completes the workload, they enter back into the work queue.
My question is, how should I go about this in Access/VBA/SQL?
I have the following queries:
qryOpenWorkloads: generates a list of incompleted workloads
qryActiveQueue: generates a list of users who are available to complete the incomplete workloads
I want to automatically associate the oldest workload from qryOpenWorkloads to the users who have been in the work queue the longest from the qryActiveQueue. Once the users completes the workload, they enter back into the work queue.
My question is, how should I go about this in Access/VBA/SQL?