L
lchewer
Having trouble with this one continuous form......i've tried many
alternatives on the load and open event without luck.
The fields/record are Category , Subcategory , Item , Checkbox
When the Subcategory is blank, i want the checkbox to not be visible for
that record (line of data on the form).
Obviously something like IF me.subcategory = " " then
me.checkbox.visible = false
does not work. Conditional formatting cannot be applied to checkbox either.
Among other attemps, i also tried using Dlookup to determine when
Subcategory would be blank, then using essentially "If varSubCatCount isNull"
set checkboxnot visible....no good.
The problem i now realise is even though i see many records, the
'system' sees only one leading me to believe i'll need to walk through
using a recordset or loop somehow......or even trick it by adding a dummy
field ie cover the checkbox so it can't be seen if the subcategory is blank.
All help is greatly appreciated.......i spent 4 hours today searching
for a solution on the internet to no avail.
alternatives on the load and open event without luck.
The fields/record are Category , Subcategory , Item , Checkbox
When the Subcategory is blank, i want the checkbox to not be visible for
that record (line of data on the form).
Obviously something like IF me.subcategory = " " then
me.checkbox.visible = false
does not work. Conditional formatting cannot be applied to checkbox either.
Among other attemps, i also tried using Dlookup to determine when
Subcategory would be blank, then using essentially "If varSubCatCount isNull"
set checkboxnot visible....no good.
The problem i now realise is even though i see many records, the
'system' sees only one leading me to believe i'll need to walk through
using a recordset or loop somehow......or even trick it by adding a dummy
field ie cover the checkbox so it can't be seen if the subcategory is blank.
All help is greatly appreciated.......i spent 4 hours today searching
for a solution on the internet to no avail.