Data binding: Checkbox question

  • Thread starter Thread starter Tom Wing
  • Start date Start date
T

Tom Wing

I'm looking for some help with a data binding problem. I'm not able to bind
a checkbox from a dataset to an Access mdb. Regardless of the databinding
property I set the checkbox to the checked/unchecked state is not passed to
the mdb when the record is updated. All the other fields, textboxes, etc.,
are passed without problem so I'm thinking it's not a problem the the
dataset itself or the underlying SQL.

Any advice you can provide a newcomer to this language will be most
appreciated. Thanks in advance.
 
Tom Wing said:
I'm looking for some help with a data binding problem. I'm not able to
bind a checkbox from a dataset to an Access mdb. Regardless of the
databinding property I set the checkbox to the checked/unchecked state is
not passed to the mdb when the record is updated. All the other fields,
textboxes, etc., are passed without problem so I'm thinking it's not a
problem the the dataset itself or the underlying SQL.

Any advice you can provide a newcomer to this language will be most
appreciated. Thanks in advance.

Hi Tom,

you could check, if this applies to your problem
http://support.microsoft.com/default.aspx?scid=kb;[LN];Q321504
 
Back
Top