I have figured out that a combo displaying a numeric value will misbehave if the RowSource is not numeric. When I use RowSource = 0.1,0.5,1,2,3 on a form the code runs and the combo behaves. If I use RowSource = "0.1,0.5,1,2,3" the code runs but the combo gets the quotes mixed in with the first and last choices.
When I try to define a class RowSource = 0.1,0.5,1,2,3 generates an Unrecognized command verb error. If I use RowSource = "0.1,0.5,1,2,3" the code runs but the combo misbehaves.
I am aware of several work arounds: use a cursor, use an array, or initialize the RowSource in a method called from Init. I don't like any of them because they swell the code and make it difficult to follow. Does anyone care to share some wisdom?
Thanks in advance,
Joe
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---