O
Onno Willems
Hi,
I'm looking for ideas for the following: I have a table with a bunch of
records. In a form, a user must be able to move the order of the records
until he/she thinks it's right after which the records are exported to
another database of text file in that order. I could add a sequence number
to the records and use an 'order by' on the export to export them in the
right order.
But how do I make something with which a user can easily re-order the
records with? I'm thinking of something like the "change tab order" list of
the form designer (a user can select one or more rows in a list there and
drag them to new positions). I haven't got a clue how to make something like
that.
Another idea is creating a continuous form ordered by the sequence number,
putting up/down buttons on the form to increase / decrease the sequence
number and requery the form on each click, but this seems rather clumsy and
user unfriendly way.
Anyone got a better idea?
Thanks,
Onno Willems
The Netherlands
I'm looking for ideas for the following: I have a table with a bunch of
records. In a form, a user must be able to move the order of the records
until he/she thinks it's right after which the records are exported to
another database of text file in that order. I could add a sequence number
to the records and use an 'order by' on the export to export them in the
right order.
But how do I make something with which a user can easily re-order the
records with? I'm thinking of something like the "change tab order" list of
the form designer (a user can select one or more rows in a list there and
drag them to new positions). I haven't got a clue how to make something like
that.
Another idea is creating a continuous form ordered by the sequence number,
putting up/down buttons on the form to increase / decrease the sequence
number and requery the form on each click, but this seems rather clumsy and
user unfriendly way.
Anyone got a better idea?
Thanks,
Onno Willems
The Netherlands