Access 2003 startup question

  • Thread starter Thread starter Fuzzy Logic
  • Start date Start date
F

Fuzzy Logic

I recently upgradd from Access 2000 to Access 2003 and it used to startup with my Favorites Group selected
and open. This no longer happens and opens to Groups but not the Favorites. Any idea how I can get it to open
to my Favorites Group at startup?

TIA
 
Fuzzy said:
I recently upgradd from Access 2000 to Access 2003 and it used to
startup with my Favorites Group selected and open. This no longer
happens and opens to Groups but not the Favorites. Any idea how I can
get it to open to my Favorites Group at startup?

TIA

Do you mean the default file location? ? ?
 
Do you mean the default file location? ? ?

Nope. On the left side of Access is Groups and Objects. Under Groups is Favorites. I want this Group to open
by default.
 
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.
 
in
Yuck...I wonder why it defaults there in Access 2000 just fine?

Thanks for the reply.
 
You're welcome.
Yuck...I wonder why it defaults there in Access 2000 just fine?

Each new version is an improvement over the last version. In Access 2007,
it's so different that there's no Database Window any more, so you'll have
to come up with a whole different approach.

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.
 

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