M
mike
Hello all,
I have a table called tblProjectTasks that contains
information about tasks that need to be done for each
project. The tasks are listed on a continous form for
each project. The user needs to be able to change and
save the order in which the tasks are displayed for each
project. How could I accomplish this?
I was thinking of having a "change sort order" button that
would launch a form with a listbox that contained the
tasks. The user could then move a selected item up or
down the list as needed. Once they were finished, I would
would loop through the listbox and write each row number
to tblProjectTasks and use that as the sort order. Is
this a good approach? If so, any examples on how to
accomplish this would be greatly appreciated.
Thanks in advance
I have a table called tblProjectTasks that contains
information about tasks that need to be done for each
project. The tasks are listed on a continous form for
each project. The user needs to be able to change and
save the order in which the tasks are displayed for each
project. How could I accomplish this?
I was thinking of having a "change sort order" button that
would launch a form with a listbox that contained the
tasks. The user could then move a selected item up or
down the list as needed. Once they were finished, I would
would loop through the listbox and write each row number
to tblProjectTasks and use that as the sort order. Is
this a good approach? If so, any examples on how to
accomplish this would be greatly appreciated.
Thanks in advance