When A User Brings Up Access, Is There A Way To Hide The OfficeAccess background?

  • Thread starter nouveauricheinvestments
  • Start date
N

nouveauricheinvestments

Hi,

I have an access database application and I would like to hide the
actual program so the user can only see the form he is currently on.
Is that possible? I really hope so...
 
N

nouveauricheinvestments

go to tools/startup and enter the location where you would like access to start

like Database Tools? I don't see any startup option. Or are you
talking about in the Access Options screen..
 
D

Dirk Goldgar

Hi,

I have an access database application and I would like to hide the
actual program so the user can only see the form he is currently on.
Is that possible? I really hope so...


Possible, but cumbersome. It's not a built-in feature, so you have to call
the Windows API to do it. This link describes how:

http://www.mvps.org/access/api/api0019.htm
API: Manipulate Access Window

Although the article doesn't say so, the form must be set to both PopUp
*and* Modal.
 
N

nouveauricheinvestments

Possible, but cumbersome.  It's not a built-in feature, so you have to call
the Windows API to do it.  This link describes how:

   http://www.mvps.org/access/api/api0019.htm
     API: Manipulate Access Window

Although the article doesn't say so, the form must be set to both PopUp
*and* Modal.

I will have to read up on it and see how to do it..sounds like it will
be a bit tricky...but I always like a challenge...:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top