I have a select list that is retrieving its entries from a field that is 4 characters, right-justified. I want to somehow display the entries with the leading blanks trimmed but when the selection is made, I need the returned value to be right-justified so it will filter correctly. I know I can use the TRIM() function if my query to get the values in my select list but how would I return them right-justified?
Thanks in advance!!!!