Looking for a sample using checkbox (DTC) I have three checkboxes, each one bound to its own DTC recordset. I am trying to find the correct syntax to read the data from the checkbox's recordset and set the checkbox to "checked" or "unchecked" depending on its recordset. Then, if I change the check box data, it writes it back to its recordset with an update button. I'm using SQL Server 7 and the data field for the checkbox is type bit. . . or it can be anything else if you choose. I would greatly appreciate your help and thank you in advance.
TP
TP