HELP! Potential major problems!

  • Thread starter Thread starter Slez via AccessMonster.com
  • Start date 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??
 
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 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
 
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??
 

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