How to set focus on a form

svbl

Registered User.
Local time
Today, 07:24
Joined
Jul 10, 2007
Messages
20
I have a Main form with other controls on it and a command button that opens up a small form. On this small form, I have a SAVE and CLOSE button. How do I make it where the focus is set on the small form UNTIL I press the close button?

Meaning, once I open the small form, I would not be able to get back to the main form AT ALL until I close the small form.

Thanks.
 
Open the small form with the acDialog argument.
 
I have a Main form with other controls on it and a command button that opens up a small form. On this small form, I have a SAVE and CLOSE button. How do I make it where the focus is set on the small form UNTIL I press the close button?

Meaning, once I open the small form, I would not be able to get back to the main form AT ALL until I close the small form.

Thanks.

Try this.
Select the properties of the form and set the MODAL under OTHER to YES.
 
Hey thanks for both reply! I tried switching the Modal to Yes first and it works!!

Thank you =)
 

Users who are viewing this thread

Back
Top Bottom