C
Chad
On a form that is bound to a query I have a listbox and
two checkboxes. The listbox contains 2 columns, column(0)
displays one field while column(1) displays another. The
checkboxes are updated depending on which record you
choose from the listbox.
For this example I will call the field displayed in column
(0) field1 and the field in column(1) field2.
Here is my problem, the checkboxes that I have are not
updated when I select different records in the listbox.
The weird thing is, the only way I can get them to update
is if I switch which fields are in which column (field2 is
in column(0) and field1 is in column(2)). Can anyone
think of what can be causing this? I would really like to
keep the origional format of the contents in my list box.
Thanks for any help you can give,
Chad
two checkboxes. The listbox contains 2 columns, column(0)
displays one field while column(1) displays another. The
checkboxes are updated depending on which record you
choose from the listbox.
For this example I will call the field displayed in column
(0) field1 and the field in column(1) field2.
Here is my problem, the checkboxes that I have are not
updated when I select different records in the listbox.
The weird thing is, the only way I can get them to update
is if I switch which fields are in which column (field2 is
in column(0) and field1 is in column(2)). Can anyone
think of what can be causing this? I would really like to
keep the origional format of the contents in my list box.
Thanks for any help you can give,
Chad