Hi, Bart.
I am wondering if anyone knows of a way to have access open up to a specific
group of objects (i.e. Favorites).
There's no setting or function for this. The only way I can think of is to
create an Autoexec macro with the following settings that will tab over to
the Favorites group when the database is opened:
Action: Sendkeys
Keystrokes: {TAB}{TAB}~
Wait: No
Whenever you open the database, these keys will automatically be executed,
but beware that it may have unintended consequences. At the very least, if
you have the VB Editor open and compact the database, the database reopens to
the VB Editor, not the Access window, so these keys are sent needlessly. If
other processes are going on at the same time, processing these key strokes
could be harmful. Sendkeys isn't recommended except as a last resort.
Do you really, really need this? You've lived without this feature for this
long.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. Remember that questions
answered the quickest are often from those who have a history of rewarding
the contributors who have taken the time to answer questions correctly.