Hello,
Here is my scenario & I am very open to sugesstions. I have a projects DB in which each item has a unique item number generated via VB code. Although these items vary in priority & that can change at the voice of the boss. So this means that not necessarily does item 303 have to be done before item 304. That said, now on to my "Problem", I need to generate a list of items due. OK, simple enough - Run a query & filter all items in the system status is <> "Complete". But that does not allow for me to know what order they should be worked on in. So, I can via a form in a priority field, label item 400 to be item prirority 2 on the list to do today & 403 to be item priority 1 on the todo list today. OK, that's pretty simple to do. But say today, I only am able to complete the first item on the "Todo" list (Marking item 403 as complete will stop it from showing up on my to do list - Which is great!) But when I run my todo list for the day, it still shows item 400 = Priority 2 on the list. I want a way to renumber the available items on the list - Make the item that is now item priority 2 to now become item priority 1 since it's replacing the old item priority 1. Now, remember - I may need to go in via a form & override the numbers because the boss said, no this is your priority today. So, the number must have the ability to be manually changed at hand. I hope I'm not confusing you to much.
Thanks,
---roystreet
Here is my scenario & I am very open to sugesstions. I have a projects DB in which each item has a unique item number generated via VB code. Although these items vary in priority & that can change at the voice of the boss. So this means that not necessarily does item 303 have to be done before item 304. That said, now on to my "Problem", I need to generate a list of items due. OK, simple enough - Run a query & filter all items in the system status is <> "Complete". But that does not allow for me to know what order they should be worked on in. So, I can via a form in a priority field, label item 400 to be item prirority 2 on the list to do today & 403 to be item priority 1 on the todo list today. OK, that's pretty simple to do. But say today, I only am able to complete the first item on the "Todo" list (Marking item 403 as complete will stop it from showing up on my to do list - Which is great!) But when I run my todo list for the day, it still shows item 400 = Priority 2 on the list. I want a way to renumber the available items on the list - Make the item that is now item priority 2 to now become item priority 1 since it's replacing the old item priority 1. Now, remember - I may need to go in via a form & override the numbers because the boss said, no this is your priority today. So, the number must have the ability to be manually changed at hand. I hope I'm not confusing you to much.
Thanks,
---roystreet