megatronixs
Registered User.
- Local time
- Today, 04:32
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I need to assign a case to an analyst with a certain criteria.
To avoid that the analyst will just take the easy cases, he will need to press a button that will assign the case to him. The criteria for this is that quality check date is empty ,checker name is empty and the last status date is the oldest date.
I created a make table with the criteria. Then I need to update the main data table, but I got lost how to get this solved. My second thought was to insert the date and name already in the make table, then with the record Id in mind, a update query. But, I simply can't even find it in google.
Maybe my keywords for search don't get results
Any ideas how to get this going?
I need to assign a case to an analyst with a certain criteria.
To avoid that the analyst will just take the easy cases, he will need to press a button that will assign the case to him. The criteria for this is that quality check date is empty ,checker name is empty and the last status date is the oldest date.
I created a make table with the criteria. Then I need to update the main data table, but I got lost how to get this solved. My second thought was to insert the date and name already in the make table, then with the record Id in mind, a update query. But, I simply can't even find it in google.
Maybe my keywords for search don't get results
Any ideas how to get this going?