Hi all, I've got a combo box in a form that's behaving strangely in two ways:
1) When I click on the combo box to view the options in the dropdown list, moving the mouse over the options highlights them. This makes sense for the option the mouse is currently over, but when I move the mouse to another option, any previous option the mouse was over remains highlighted. 2) The return value doesn't appear to be coming from the field in the table, but rather from the record number. For example, the table contains the following data: Scode Sdesc 3 BC 5 E 4 PC 1 SC 2 TC But if I select PC, rather than returning 4, it returns 3 (the record number). In the Combo Box Builder, I have the STypes table selected with Scode and Sdesc as the selected fields. Under the Style tab, I've selected drop-down list and didn't enable incremental searching. Under the Layout tab, the records are listed in Scode order and are matched up correctly. Under the Value tab, I'm returning the value from Scode (but apparently getting the record number instead) and storing the value in fingoods.stype. When I look at fingoods.stype later, it's not the correct Scode. Any help would be greatly appreciated. Thanks! John _______________________________________________ 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/[EMAIL PROTECTED] ** 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.

