C
cr113
I'm developing an Access application and I want to make it look like a
real app by only displaying the form and none of the menu windows. I
tried unchecking everything under Tools/Startup but it still displays
the main window with File Edit View etc. I also tried executing the
Application.Visible = False command in the Form_Load event but that
gave me an error.
So my question is what is the correct way to make Access look like a
real windows application.
real app by only displaying the form and none of the menu windows. I
tried unchecking everything under Tools/Startup but it still displays
the main window with File Edit View etc. I also tried executing the
Application.Visible = False command in the Form_Load event but that
gave me an error.
So my question is what is the correct way to make Access look like a
real windows application.