T
Tony_VBACoder
Does anyone know if there is a workaround to having an
Unbound Option group (frame) on a Form be enabled when the
Form's .AllowEdits property equals False?
On my form, I have an Unbound Frame titled "Print Option"
where I have 3 choices: 1) Preview 2) Printer 3) PDF.
When my form loads, I set the Form's .AllowEdits property
based on the CurrentUser, whose ID determines if they have
Read-Only or Write permission. But it appears that when I
set the .AllowEdit property, all the data controls on the
form become disabled, including my Unbound Printer frame,
which I would like to enabled so the user can choose their
Print method. However, buttons on the form do not become
disabled.
Unbound Option group (frame) on a Form be enabled when the
Form's .AllowEdits property equals False?
On my form, I have an Unbound Frame titled "Print Option"
where I have 3 choices: 1) Preview 2) Printer 3) PDF.
When my form loads, I set the Form's .AllowEdits property
based on the CurrentUser, whose ID determines if they have
Read-Only or Write permission. But it appears that when I
set the .AllowEdit property, all the data controls on the
form become disabled, including my Unbound Printer frame,
which I would like to enabled so the user can choose their
Print method. However, buttons on the form do not become
disabled.