Microsoft
Software
Hardware
Network
Question : Access database form check box
I have an Access form that one of the fields is a checkbox.
I want to have a checkbox on the form header taht if selected will check all the checkboxes below it.
Answer : Access database form check box
private sub CheckBoxName_afteupdate()
currentdb.execute "Update TableName set [checkFieldName]=" & me.checkboxname
me.requery
end sub
Random Solutions
Multiple IIF statement error
SRVANY where to download the most recent version?
thread to simulate several executions
How can I transfer Adobe CS2 license to another system?
MSAccess - Remove all forms & tables using VB?
Accessing Notes Items in Domino with VB.NET
how to exclude one of the table during imp/exp?
I have this function, but unable to put results on the form
IE 6 Close "memory could not be read" error
How to set focus to a textbox in WPF