COMBOBOX.BOUNDTEXT VALUE CHANGES TO DIFFERENT FIELD VALUE 
Author Message
 COMBOBOX.BOUNDTEXT VALUE CHANGES TO DIFFERENT FIELD VALUE

Why does the boundText value reference change to different field when
refreshing?
How can I allways get the reference to CustomerID field?

I have following comboBox propertis
BoundColumn = customerID
FieldList = CustomerName

PROBLEM:
msgbox myComboBox.BoundText  => show content of customerID

myComboBox.refresh

msgbox myComboBox.BoundText = show content of CustomerName


FINLAND



Sat, 11 May 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. COMBOBOX.boundText value reference change to different field?

2. combobox value: can not change value

3. Calulated fields changes control values back to original values

4. select box should show values from two different fields from different tables

5. adodb connection to excel: recordset.fields(i).value=null for fields with numeric value

6. Changes to Display values w/o changing database values

7. adodb connection to excel: recordset.fields(i).value=null for fields with numeric value

8. adodb connection to excel: recordset.fields(i).value=null for fields with numeric value

9. FYI: Different result with Multipage1.Value = Multipage1.Value + 1 or - 1

10. Combobox or Listbox: separting key values from display values

11. ComboBox Display value and Data Value?

12. Datacombo returns wrong boundtext value

 

 
Powered by phpBB® Forum Software