N
neez
Hi,
I'm trying to create a dropdown box, that is half a field list and
half Table/Query.
I'm working on a database for a conglomerate of labs. Four of these
are major labs, the other 22 are branch labs.
At the moment, I just have a dropdown box that has a query and pulls
in all of the labs, and this works fine. The problem is, that the four
major labs, are in the list but not at the top.
Ideally I would like to move these 4 labs to the top of the list, have
a space, and then show the rest of the 22. I have created an SQL
statement to remove the 4 labs. Does anyone know how to manually put
in the 4 labs I want at the top, and then the 22 branch labs ?
I could just do a value list, and type all the labs in the order I
want, but the branch labs drop off/on, so I want something dynamic.
The 4 major labs will never leave the list, so I'm happy to manually
put them in at the top of the list.
Alternatively, can you make a custom "Order By" in SQL ?
Thanks
I'm trying to create a dropdown box, that is half a field list and
half Table/Query.
I'm working on a database for a conglomerate of labs. Four of these
are major labs, the other 22 are branch labs.
At the moment, I just have a dropdown box that has a query and pulls
in all of the labs, and this works fine. The problem is, that the four
major labs, are in the list but not at the top.
Ideally I would like to move these 4 labs to the top of the list, have
a space, and then show the rest of the 22. I have created an SQL
statement to remove the 4 labs. Does anyone know how to manually put
in the 4 labs I want at the top, and then the 22 branch labs ?
I could just do a value list, and type all the labs in the order I
want, but the branch labs drop off/on, so I want something dynamic.
The 4 major labs will never leave the list, so I'm happy to manually
put them in at the top of the list.
Alternatively, can you make a custom "Order By" in SQL ?
Thanks