G
Guest
I have a user ID field in my query. I want know how to pass that to look up
the records with only that user ID. What I want instead is to get back ALL
the records (with and without that specific user ID) but I want the
specificed userID to show up in the top of the list of records I display in a
form.
Example: User ID = 7
I would like to see records returned (or displayed) in this order:
7 smith
7 smith
7 smith
7 smith
1 jones
4 burns
5 doe
6 ball
8 reills
9 johnson
Any ideas or suggestions on how I can do this? I am trying to make it
easier on the user since 80% of the time they will choose the 1st user listed
(#7 in this case)
the records with only that user ID. What I want instead is to get back ALL
the records (with and without that specific user ID) but I want the
specificed userID to show up in the top of the list of records I display in a
form.
Example: User ID = 7
I would like to see records returned (or displayed) in this order:
7 smith
7 smith
7 smith
7 smith
1 jones
4 burns
5 doe
6 ball
8 reills
9 johnson
Any ideas or suggestions on how I can do this? I am trying to make it
easier on the user since 80% of the time they will choose the 1st user listed
(#7 in this case)