Unbound CheckBox on a Form

  • Thread starter chris1 via AccessMonster.com
  • 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?
 
R

ruralguy via AccessMonster.com

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
subform checkbox visible 17
Checkbox problem 1
Checkbox Value 2
unbound fields 5
Is this possible? 5
Checkbox issues 4
Unbound checkbox in subform 3

Top