From: UNICOAL on
I am using Authorware 7 with an Access database. For the task list I want to
renumber the list based on the Priority entry whenever a task is added, removed
or has the priority changed. Has anyone found a way of doing this?

From: Amy Blankenship-Adobe Community Expert on

"UNICOAL" <al.ison(a)unicous.com> wrote in message
news:fiptl2$9b8$1(a)forums.macromedia.com...
>I am using Authorware 7 with an Access database. For the task list I want
>to
> renumber the list based on the Priority entry whenever a task is added,
> removed
> or has the priority changed. Has anyone found a way of doing this?

UPDATE YourTable SET AccessPriority = AuthorwarePriority;

HTH;

Amy