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
Automation error -2147024769
Why do I get "Database is invalid" Errors
windows vista drivers compbatt.sys missing status 0xc0000098
create hierarchy using T-SQL!
Toggle Visibility of Columns in a table in SSRS 2005
Autoexec.bat routine to delete files based upon date in a specific directory
Opening PDFs In MS Access
Report show's too much data
Stock/Share Portfolio Management
Add-in aditional words in Excel File Name