I have ran into an interesting situation. I have a calculated field
based on a combobox column that somtimes is not requerying when I
change the combo box value.
Combobox
cboCustomer
2 Columne - Widths 1;0 - LimitToList = Yes
Calculated TextBox -
ControlSource =cboCustomer.Co lumn(1)
These controls are set in a Tab Control with one page that has the
following properties
It is transparent and has no buttons or Tabs
Any help to why it only requeries sometimes would be very appreciated
Mark Kola
based on a combobox column that somtimes is not requerying when I
change the combo box value.
Combobox
cboCustomer
2 Columne - Widths 1;0 - LimitToList = Yes
Calculated TextBox -
ControlSource =cboCustomer.Co lumn(1)
These controls are set in a Tab Control with one page that has the
following properties
It is transparent and has no buttons or Tabs
Any help to why it only requeries sometimes would be very appreciated
Mark Kola
Comment