D
deb
Access 2003
On my subform I have 3 checkboxes format Yes\No
BBAll - control source BBAll default Yes
BB1 - control source BB1 default No
BB2 - control source BB2 default No
and 2 textboxes
TextBB1 - control source =DLookUp("[BB1]","[t000Facts]","[UnitID] =" &
[UnitNo])
TextBB2 - control source =DLookUp("[BB2]","[t000Facts]","[UnitID] =" &
[UnitNo])
If TextBB1 is null then BB1.enabled=false
If TextBB2 is null then BB2.enabled=false
this means if TextBB1 is empty then the BB1 checkbox selection is
disabled(same for BB2).
cannot have BBAll=yes if BB1 or BB2= yes
and cannot have BB1 or Bb2 =yes if BBAll is checked
so here is what I need
If user wants to change from BBAll to BB1 or BB2 or BB1 and BB2, then have
BBAll auto uncheck.
If user wants to change from BB1 or BB2 or both to BBAll then BB1 and BB2
will auto uncheck.
Should not have BBAll checked if any other checkbox is checked, and if any
other checkbox is check then BbAll should be unchecked.
Oh my...
I'm so stuck!!
On my subform I have 3 checkboxes format Yes\No
BBAll - control source BBAll default Yes
BB1 - control source BB1 default No
BB2 - control source BB2 default No
and 2 textboxes
TextBB1 - control source =DLookUp("[BB1]","[t000Facts]","[UnitID] =" &
[UnitNo])
TextBB2 - control source =DLookUp("[BB2]","[t000Facts]","[UnitID] =" &
[UnitNo])
If TextBB1 is null then BB1.enabled=false
If TextBB2 is null then BB2.enabled=false
this means if TextBB1 is empty then the BB1 checkbox selection is
disabled(same for BB2).
cannot have BBAll=yes if BB1 or BB2= yes
and cannot have BB1 or Bb2 =yes if BBAll is checked
so here is what I need
If user wants to change from BBAll to BB1 or BB2 or BB1 and BB2, then have
BBAll auto uncheck.
If user wants to change from BB1 or BB2 or both to BBAll then BB1 and BB2
will auto uncheck.
Should not have BBAll checked if any other checkbox is checked, and if any
other checkbox is check then BbAll should be unchecked.
Oh my...
I'm so stuck!!