Combo box will not display text when using the ">" format symbol

G

GLC

I have a combo box that does work, however, on my form the form background is
black and the combo box property is set to transparant, but has green text.
In the properties box under format, I've put in the > character so that it
will display the information in Upper Case. When you click on the combo box,
there is nothing listed. If I remove the > character from the format
property, then it will display the information, but everything is in lower
case. Any suggestions on how to fix this problem would be greatly
appreciated.
 
D

Douglas J Steele

One option is to base your combobox on a query, and use the UCase function
in that query.
 
Top