This is a cross-post from dbforums.
My boss wants a Netflix-like queue feature on a continuous form. The user will select items and add it to a 'checklist'. This 'checklist' is a continuous form. The user should be able to sort the continuous form results by adding a rank to each result (like Netflix). I was thinking of having the continuous form look like:
Rank***Audit_ID***Question
___ ***5222212*** Blah
___ ***5222212*** Herp
___ ***5222212*** Derp
The user would just type a number in the "Rank" column and the continuous form will re-query and sort by Rank Ascending. The Access Report should also sort by Rank. My only question is, how do I code it so that you can't type in the same number twice and is there any better way to do this?
Thanks!
My boss wants a Netflix-like queue feature on a continuous form. The user will select items and add it to a 'checklist'. This 'checklist' is a continuous form. The user should be able to sort the continuous form results by adding a rank to each result (like Netflix). I was thinking of having the continuous form look like:
Rank***Audit_ID***Question
___ ***5222212*** Blah
___ ***5222212*** Herp
___ ***5222212*** Derp
The user would just type a number in the "Rank" column and the continuous form will re-query and sort by Rank Ascending. The Access Report should also sort by Rank. My only question is, how do I code it so that you can't type in the same number twice and is there any better way to do this?
Thanks!