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 --- _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/CABQeDnWL+PAhhS0qgahgwoY1Xe=+vYMYqukHSBQVi9AWUQ=o...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.