newfrontiers
Programmer
Hello. I have been spinning my wheels for two days now. I have a form that I am using as a header where a user can select from a combo box any open form.
The "header" form works, but I am trying to create a user interface where only one form appears on the screen below the "header" form. Otherwise it is possible that the user screen gets cluttered.
So I have been trying to get a form (other then the "header" form which is always present) to become invisible once the user clicks out of the form. I have been trying the LostFocus and GetFocus to set the Visible=False and Visible=True respectively, but it has not worked.
I have looked through Tek-Tips for a solution but nothing seems to address the issue.
Any help is greatly appreciated.
Thanks,
John
The "header" form works, but I am trying to create a user interface where only one form appears on the screen below the "header" form. Otherwise it is possible that the user screen gets cluttered.
So I have been trying to get a form (other then the "header" form which is always present) to become invisible once the user clicks out of the form. I have been trying the LostFocus and GetFocus to set the Visible=False and Visible=True respectively, but it has not worked.
I have looked through Tek-Tips for a solution but nothing seems to address the issue.
Any help is greatly appreciated.
Thanks,
John