G
Guest
I have a combo box on a form. The cb is populated from a query and displays
the Description field sorted ascending.
The problem is that there is an entry "Other" that the client wants to
appear at the end of the list. I have suggested renaming the record to
"Undefined" but that is not acceptable.
After looking at both the ASCII and ANSI tables I prefixed "Other" with "~"
and much to my surprised it was then first in the list.
Any suggestions, please
the Description field sorted ascending.
The problem is that there is an entry "Other" that the client wants to
appear at the end of the list. I have suggested renaming the record to
"Undefined" but that is not acceptable.
After looking at both the ASCII and ANSI tables I prefixed "Other" with "~"
and much to my surprised it was then first in the list.
Any suggestions, please