Check box help

  • Thread starter Thread starter mraccess
  • Start date Start date
M

mraccess

I have two form that each have a check box in them.

I want to have them looking at each other to determine there state.

Exaplme, check box one true when check box two is false
 
Are your check boxes bound to a record source? In other words, are they
based on a yes/no field in your table?

Are the check boxes on separate forms or the same form?

One possibility is to place the check boxes in an option group. That way,
when one is checked, the other will be automatically unchecked and vice-versa.

If they are on separate forms, then you will most likely need to use VBA to
create a rule.
 
Yip they are bound, and on separate forms

Mackster66 said:
Are your check boxes bound to a record source? In other words, are they
based on a yes/no field in your table?

Are the check boxes on separate forms or the same form?

One possibility is to place the check boxes in an option group. That way,
when one is checked, the other will be automatically unchecked and vice-versa.

If they are on separate forms, then you will most likely need to use VBA to
create a rule.
 
What record sources are they bound to?

Are these record sources in the same table or different tables?

Which version of Access are you using?
 

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

Access 2010 0
check box 5
Checking a box on a report 1
Check Box 4
Loop through checkboxes 7
check box - check all 1
Multiple Check Boxes in Form 9
VB help with True/False Check box 3

Back
Top