I am creating colored command buttons by using the techique of putting a label behind a command button a making the command button transparent when it is clicked. However, I have added code to switch all command buttons back to non-transparent first and then make the selected button transparent. This is not working. The first button is clicked and goes transparent but when the second button is click the first does not change.
I have a procedure that has a line for each command button like
Forms!myForm!cmd1.Transparent=No
Forms!myForm!cmd2.Transparent=No
and so on.
When I click on a button this procedure is called first.
Any ideas
Kent
I have a procedure that has a line for each command button like
Forms!myForm!cmd1.Transparent=No
Forms!myForm!cmd2.Transparent=No
and so on.
When I click on a button this procedure is called first.
Any ideas
Kent