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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open new form in the same window

Status
Not open for further replies.

davikokar

Technical User
May 13, 2004
523
0
0
IT
Hallo,
is it possible to open a new form using always the same window? Or do I have to always close the old form if I want one window to be open?

thanks for ideas
 
Change the settings for the MS Access database

Menu Tools ->Optios->View tab. The box Windows in Task bar

or I do for my databases to change this option on customer's computer in any start up function

If Application.GetOption("ShowWindowsInTaskbar") <> 0 Then
Application.SetOption "ShowWindowsInTaskbar", 0
End If
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top