This is probably a really stupid question, but I'm having a mental block and could use a hand.
I need to run a query, called 'getnew' from a button click in a form called 'workitems'
The end usage should be something like this:
- Trouble ticket summary info is loaded into a table. Every ticket starts out with a status of "Available"
- When the user opens the form, the next sequential ticket is loaded and the status changed to "In Process"
Here's where I have the trouble.
- If the user is unable to resolve the ticket, it must go back to the queue (in other words, the status is changed BACK TO Available, and another ticket is displayed).
The problem is, once the ticket's status is changed back to Available, it automatically becomes the next "available" ticket, and goes right back to the same user.
I need to be able to change the status back to "Available" and grab the NEXT ticket with status "Available"
Can anybody offer me some quick advice on this?
THANK YOU!
I need to run a query, called 'getnew' from a button click in a form called 'workitems'
The end usage should be something like this:
- Trouble ticket summary info is loaded into a table. Every ticket starts out with a status of "Available"
- When the user opens the form, the next sequential ticket is loaded and the status changed to "In Process"
Here's where I have the trouble.
- If the user is unable to resolve the ticket, it must go back to the queue (in other words, the status is changed BACK TO Available, and another ticket is displayed).
The problem is, once the ticket's status is changed back to Available, it automatically becomes the next "available" ticket, and goes right back to the same user.
I need to be able to change the status back to "Available" and grab the NEXT ticket with status "Available"
Can anybody offer me some quick advice on this?
THANK YOU!
Last edited: