Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access error message help please !!!

Status
Not open for further replies.

kimx

Programmer
Feb 14, 2001
13
0
0
BE
Whether I'm creating tables or queries or forms, each time I want to close an object in running mode , I get message:

'This aciton will reset the current code in break mode'.

I can choose Yes or No. Clicking Yes just keeps displaying the message. Pressing No makes the message go away but besides that nothing happens.

I have to switch to design mode to be able to close the table/query/form.

This also happens with a new database with only one table containing two fields, no queries, no forms, no code what so ever. It's the first time this happens to me.

I saw in older threads that people complained about this but never had the sollution.

this is very annoying. Please help if you can.

Thanks !

Evelyne
 
Open any module, then go to Debug menu and choose Compile and Save all modules.
Then compact the database.
Then repair the database.

If no result, try:
Start-Run
In the Run box type
msaccess.exe /decompile "C:\Path\FileName.mdb"

If nothing happens, create a blank database and import allll objects into it.

HTH
[pipe]
Daniel Vlas
Systems Consultant
danvlas@yahoo.com
 
Thanks for the suggestions !
I'll try them out for sure!

Kimx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top