Microsoft
Software
Hardware
Network
Question : Clear ALL checkboxs with button action
So the code I received -
Private Sub Clear_Click()
Me![CheckBox].Value = No
End Sub
Works but only one the one record that is displayed in the split form. I need the button to clear all the values in the datasheet as well as the one displayed record. Might there be a way to clear data stored in a database column?
Thanks
Answer : Clear ALL checkboxs with button action
Replace:
Me![CheckBox].Value = No
with:
DoCmd.RunSQL "UPDATE myTable SET fldCheckbox = 0;"
always work from a backup. Replace myTable and fldCheckbox with your actual table and field names.
Random Solutions
Can not print £ sign on zebra 2844 printer
Can anyone tell me what this Outlook code does...
SQL Errors - Cannot execute as the database principal
How to Restart the IIS in Local System in Windows XP
How to expose MS Dynamics GP fields into VS Project
Delete record in table based on selections made on form
Not receiving active alert messages in the SCOM 2007 Operations Console
what to key do you press to restore an EMACHINE 3646
WPF repeat animation.
DROP TABLE IF EXISTS tblName