W
Walter
I have a main form on which I have a command button(#1)to
open a details subform. I also have a Yes/No control on
the main form which I want to, if selected, disable
command button #1 and enable command button #2 to open a
different details subform. I think this can be done with
the Property Let function but I am not sure how to
accomplish it.
Another thougth was to change the caption on one command
button based on the value of the Yes/No control and use an
If Then statment to open the appropriate form but this may
be more difficult.
Thanks for you're help,
Walter
open a details subform. I also have a Yes/No control on
the main form which I want to, if selected, disable
command button #1 and enable command button #2 to open a
different details subform. I think this can be done with
the Property Let function but I am not sure how to
accomplish it.
Another thougth was to change the caption on one command
button based on the value of the Yes/No control and use an
If Then statment to open the appropriate form but this may
be more difficult.
Thanks for you're help,
Walter