G
Guest
I have a situation where new records are added to a table via direct input or by import from Excel. These records need to have a "display order" that can only be determined by an expert user by means of looking at the records and making a judgement. Currently the user looks at a subset of the data using a datasheet view and manually assigns a value to an (integer) "Display Order" field. This is acceptable for a one off but inserting a new record or records (which often happens)means that other records need to have the display order changed manually - a tedious and time consuming task.
To improve this I would like to display a list box (or similar) with the records arranged according to the current display order, allow the user to re-order the records using drag drop (ideally) and then at the push of a magic button the re-ordered data to be written back to the parent table.
I have got part of the way with this but it's a bit clunky to say the least. Has anybody out there got an inspired idea?
Thanks
To improve this I would like to display a list box (or similar) with the records arranged according to the current display order, allow the user to re-order the records using drag drop (ideally) and then at the push of a magic button the re-ordered data to be written back to the parent table.
I have got part of the way with this but it's a bit clunky to say the least. Has anybody out there got an inspired idea?
Thanks