Hi.
Any idea how I can get it to open
to my Favorites Group at startup?
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.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.