J
JethroUK©
i want to disable a group of checkboxes (read-only) when a date is completed
(condition changes per record & updated every record change - form_current
event)
i dont want to enable/disable each checkbox individually (because of the
frequency) - and i want them still visible in either state
usually i cover such group with a label and switch it's visibilty on/off:
LableCoveringCheckboxes.visible = isnull(mydate)
but in this case i still need to see/read them (tried a transparent label
but this leaves checkboxes enabled as well as visible)
i have tried sitting them all on a frame - but i can't seem to associate
existing boxes with it - unlike VB, Access frames seems to have specific
purpose
Any Ideas for a simple switch?
(condition changes per record & updated every record change - form_current
event)
i dont want to enable/disable each checkbox individually (because of the
frequency) - and i want them still visible in either state
usually i cover such group with a label and switch it's visibilty on/off:
LableCoveringCheckboxes.visible = isnull(mydate)
but in this case i still need to see/read them (tried a transparent label
but this leaves checkboxes enabled as well as visible)
i have tried sitting them all on a frame - but i can't seem to associate
existing boxes with it - unlike VB, Access frames seems to have specific
purpose
Any Ideas for a simple switch?