Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / July 2005

Tip: Looking for answers? Try searching our database.

"You Canceled The previous Action" message. Please help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James - 18 Jul 2005 04:37 GMT
I get a message "You Cancelled the previous Action"
with just an OK button. It keeps popping up many times.
Then i get a message "Module Not found"
I can't open my form in design mode or normal mode.

It was working fine until my last save of the form after adding
a close button to the form.
Have I lost ALL my work on this form.
I can't even import the form from a backup DB.
Any ideas what's wrong?
Thanks
Allen Browne - 18 Jul 2005 05:16 GMT
James, it does sound like a corruption, but you may be able to import an old
one like this:

1. Create a new (blank) database.

2. Uncheck the boxes under:
   Tools | Options | General | Name AutoCorrect
Explanation of why:
   http://allenbrowne.com/bug-03.html

3. Import all the stuff *except* the bad form from your existing database:
   File | Get External

4. Import the bad form from a backup database.

If step 4 still fails, try opening the old database and saving the bad form
like this:
Open the Immediate window (Ctrl+G), and enter:
   SaveAsText acForm, "Form1", "C:\Form1.txt"
replacing Form1 with the name of your form.
If that works, open the newly created database, open the Immediate window,
and enter:
   LoadFromText acForm, "Form1", "C:\Form1.txt"

More general info on recovering from corruption:
   http://allenbrowne.com/ser-47.html

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

>I get a message "You Cancelled the previous Action"
> with just an OK button. It keeps popping up many times.
[quoted text clipped - 7 lines]
> Any ideas what's wrong?
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.