On Tue, Mar 13, 2012 at 3:57 PM, Christof Wollenhaupt <[email protected]> wrote: > Numeric data isn't a good choice for the combo box... <s> Internally the > combobox control is using strings only. You can easily see the effect when > the rowsource is N(10,2) and the controlsource is I. Because one results in > "1.00" and the other in "1" it seems like the combobox isn't accepting any > value at all. > ----------------------------
A combo box is just a draping for the data it contains. You define the presentation as well as value. You can define what element your value is can't you? This way the value could be an Int or Char. -- Stephen Russell 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmyltp9dm04wv8oqh4vloc_np+-ohqmpr-1cxkm7o00y...@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.

