I have a table that has a autonumber ID field, and then multiple fields which are all yes/no checkboxes.
Can somebody show me a way of performing an SQL UPDATE that will uncheck all the fields, hopefully without having to manually typing in each field name.
Can somebody show me a way of performing an SQL UPDATE that will uncheck all the fields, hopefully without having to manually typing in each field name.