Minimize database?

  • Thread starter Thread starter AJ
  • Start date Start date
A

AJ

Can you minimize a database while a form is open and the user is inputing data?
(So only the form is visible?)
Thanks.
 
Yes, you can but managing it is a pain in the butt. You need to set all of
your forms as POPUP and you have to close one form before opening another and
when using reports you have to maximize the database window so you can view
the reports.

I used to do that for one database years ago but it became such a nightmare
to manage it all that I just quit doing it.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
 
AJ said:
Can you minimize a database while a form is open and the user is inputing
data?
(So only the form is visible?)

Take a look at:

http://www.mvps.org/access/api/api0019.htm

also, if the form is a popup, it can exist outside of the Access MDI, so you
could resize the MDI so it is smaller than the form, and hide it behind the
form. That does not minimize it though.
 

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

Back
Top