How to disable startup forms when code have access window disabled

  • Thread starter Thread starter Preet
  • Start date Start date
P

Preet

Hi!

I am drawing a application for access, I don't want to
diplay the access window so I have made it hidden, but some
MDB's have startup forms, which pops up, whenever I open
MDB in code.
Can you suggest me how to disable startup forms when code
have access window disabled?

Thanks in advance,
Preet
 
Usually..holding down the shift key while the application starts up will do
this.

So, during development, I hold down the shift key. Modify things..test a few
things. I then often quickly exit the application, and then whack on the
application again (usually, the application is still highlighted in the
application window..so hitting enter gets me back end). Of course, now that
I did not hold down the shift key..I see the application run as how it will
look to my users. So, you will get used to "switching" between the two modes
when developing an application.

So, in fact, no code at all is need to hide the ms-access interface..but
only options in the tools->startup.

If you want an example of something with the access interface hidden, and no
code used to accomplish this..then try downloading the 3 file at:

http://www.attcanada.net/~kallal.msn/msaccess/DownLoad.htm

Of course...over time..your users might also learn about using the shift
key. To turn off, or turn on shift key.You can use my shift-key setting
utility at:

http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html
 
Back
Top