G
Guest
Hi,
Is it possible to use a label or text box in place of the toggle button I
have for the following setup?
Form has option group with two toggle buttons. "With Prices" option value 1
and "Without Prices" option value 2.
Report has code in detail section:
If Form!FormName!Frame = 1 then
Price.Visible = True
ETC.
I want to replace the tan toggle buttons with either label or unbound text
box (maybe click event) to match other form controls.
Any help is appreciated.
Thanks in advance.
Pam
Is it possible to use a label or text box in place of the toggle button I
have for the following setup?
Form has option group with two toggle buttons. "With Prices" option value 1
and "Without Prices" option value 2.
Report has code in detail section:
If Form!FormName!Frame = 1 then
Price.Visible = True
ETC.
I want to replace the tan toggle buttons with either label or unbound text
box (maybe click event) to match other form controls.
Any help is appreciated.
Thanks in advance.
Pam