Jukokid,
Yes. On the After Update event of the first checkbox, you can use a macro
with a SetValue action, or SetProperty action, depending on the version of
Access, to toggle the Enabled or Visible property of the other checkbox.
--
Steve Schapel, Microsoft Access MVP
"Judokid" <(E-Mail Removed)> wrote in message
news:5373EDCF-DC86-4EA3-9754-(E-Mail Removed)...
> I was wondering is it possible to activate other check boxes with the
> selection of one check box using Macro in Forms?
>
> For Example:
>
> ckbox = Checkbox
>
> "ckbox" Contacted?
>
> If not checked (nothing appears under it OR other checkboxes are inactive)
>
> If checked (other checkboxes appear under OR are activated allowing the
> selection of the type of contact method: email, phone, letter, etc.)
|