Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Number 2 on top 2

Status
Not open for further replies.

rgbanse

MIS
Joined
Jun 4, 2001
Messages
211
Location
US
Best to all
I have a form that opens via Startup form option. I want this form to remain open. When that form opens, I want it to open a second form keeping the second form on top. Both forms open, just can't get form # 2 to move to the top. Can't seem to get thru this mental block.
thx in advance
RGB
 
Dear RGB


this brings Formname in front and stops code of the calling form/module/macro until the "Formname" form is closed again.

docmd.OpenForm "Formname",acNormal ,,,,acDialog


regards

Astrid
 
In the form properties set the Form property

Pop Up = Yes

That should keep that form on top until it is closed.

Hope this helps
 
Thanks and stars to Astrid and zevw
Astrid got it going in the right direction and zevw finished it off.
Again thanks !!!
RGB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top