Unbound CheckBox on a Form

  • Thread starter Thread starter chris1 via AccessMonster.com
  • Start date Start date
C

chris1 via AccessMonster.com

I have an unbound checkbox on my form. How can I check the value without it
being bound to a field on a table?
 
The control has a value without being bound to a field. It is the default
property for the control so
If Me.CheckBox = True Then
will indicate the CheckBox is checked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

unbound checkbox in datasheet view? 3
Checkbox problem 1
subform checkbox visible 17
Is this possible? 5
unbound fields 5
unbound fields on a form 1
Checkbox issues 4
Checkboxes Not Working on Form 3

Back
Top