Seems like a silly post - but - I can't KEEP my toolbars !?!

  • Thread starter Thread starter bobg.hahc
  • Start date Start date
B

bobg.hahc

running access 2k;

EVERY single time I start my access application, my toolbars are
missing. I have to go into view, and turn them on.

Why don't they STAY visible!!??

TIA -
 
running access 2k;

EVERY single time I start my access application, my toolbars are
missing. I have to go into view, and turn them on.

Why don't they STAY visible!!??

TIA -

Is this happening with all mdb files, or a specific one? If it is a
specific one, I would see if there is some errant code that someone
may have "accidentally" put into your db. First, make sure you are
seeing all items, including any invisible ones, then check for an
Autoexec macro, or if there is a form that is automatically opening
(check your startup options - the form can be invisible and still be
set to automatically open), and check the on_open event procedure.
 
Is this happening with all mdb files, or a specific one? If it is a
specific one, I would see if there is some errant code that someone
may have "accidentally" put into your db. First, make sure you are
seeing all items, including any invisible ones, then check for an
Autoexec macro, or if there is a form that is automatically opening
(check your startup options - the form can be invisible and still be
set to automatically open), and check the on_open event procedure.

Wow, that's an interesting thought... I hadn't considered it might be
the app itself!

In fact, after creating a new app, my toolbars ARE visible!

The app in question, is one I developed, and work on entirely myself.
I have 2 versions, an mdb devel version, and an mde runtime version.
In the runtime version I DO intentionally disappear the standard
toolbars. However this code is commented out on the dev version. And -
I usually start the dev version holding the shift key anyway
(habit ;-)

I suppose it's possible there is some queer corruption in the mdb, as
that has happened to me MANY times. I've had to create a new mdb, and
import everything back into it. For some reason mdb's are not stable.
Even after compact/repair; they simply stop working, or start doing
REALLY strange things.

ie: a query in one mdb which was working fine, one day decided to stop
displaying the contents of one field.
I did a compact/repair - same thing.
I copied and pasted the query, and my copy works find, and the
original still does NOT work!!!!!!!
I deleted the original, and renamed the copy, and it was fine again.
I have NUMEROUS stories like this, that I have witnessed first hand
with access.

So - I guess in retrospect, I shouldn't be surprised it's a problem
with a particular mdb.
But I guess I should add, that it's experiences like this that make me
question the wisdom of using access as a front end. Don't know if
these things go away if the app were in VB.... but enuf about me :)

TX for the info!
 
Is this happening with all mdb files, or a specific one? If it is a
specific one, I would see if there is some errant code that someone
may have "accidentally" put into your db. First, make sure you are
seeing all items, including any invisible ones, then check for an
Autoexec macro, or if there is a form that is automatically opening
(check your startup options - the form can be invisible and still be
set to automatically open), and check the on_open event procedure.

NOPE - sorry, I lied...

This IS happening on more than 1 mdb.
and I can't believe that they're all corrupt in some way....

Are there other reasons this might happen?

TIA - Bob
 

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