HELP! Potential major problems!

  • Thread starter Slez via AccessMonster.com
  • Start date
S

Slez via AccessMonster.com

I have a FE/BE database that I all of a sudden am having errors when opening.
I get the message:

Unrecognized database format: 'G:\WPDOCS\Estimator Forms\EstimatingSoftware\
MW-Estimate_be.mbd '.

I can click OK 3 times, then I get a Microsoft Visual Basic Error:
Run-time error '2467': The expression you entered refers to an object that
is closed or doesn't exist.

When I click Debug, it highlights a Current event:
Forms!frmMainScreen1CtlEstimateSelectorCR.Form!lstCRSelect.Requery

If I stop the debugger, a number of the subforms are now displayed as blank
on the mainform.

Where do I start??
 
B

BruceM

Did you neglect to press the shift key after frmMainScreen in your code or
just in this posting? You have a 1 where you need an exclamation mark.
 
S

Slez via AccessMonster.com

I want to add one thing to my previous post. Users that are currently in
their FE are still able to use the database, but if you go out and back in,
the errors begin.
Slez
 
S

Slez via AccessMonster.com

Yes, I just neglected the shift key...there is an exclamation mark in my
actual code.
Did you neglect to press the shift key after frmMainScreen in your code or
just in this posting? You have a 1 where you need an exclamation mark.
I have a FE/BE database that I all of a sudden am having errors when
opening.
[quoted text clipped - 17 lines]
Where do I start??
 
Top