A way to avoid new windows popping up?

A

akanouff

My coworker created an Access database for our company. However, no one likes
how all the new windows pop up as you navigate through the database. Is there
a way to make it more like a website where you can press a forward and
backward button instead of going into the separate windows at the bottom of
the screen?
 
R

Roger Carlson

There is a setting in the Tools > Options menu. Uncheck the Windows In
Taskbar checkbox.

You can even do this programmatically for anyone who opens the database.
Just put this in the On Open event of the first form that opens:

Application.SetOption "ShowWindowsInTaskbar", False

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 

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