473,659 Members | 2,626 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error 2001 You canceled the previous operation

This is a database in use on Terminal server, been reliable, no corruption
problems. (so far)

Designing a form, asked to save objects, Access put up a dialog box for the
current form asking me to change the name. Clicked 'Cancel'. From this
point forward every time I try to open the form from code I get error 2001
You canceled the previous operation. If I click Debug, the line is a
docmd.openform frmname. If I reset and then try to compile, I get 4 "You
canceled the previous operation" errors followed by a "module not found"
error. Compact and repair doesn't change it. Decompiling doesn' t change
it. Logging all the way out, even from TS and back in again doesn't change
it. If I try to open the form from the database window in either form view
or design view, nothing happens.

I've been forced (twice now) to go to a backup copy.

Anyone have any ideas what's going on??

John

Nov 13 '05 #1
1 3199
I'm experiencing the same exact issue as I speak. If you hear of the
solution (although I do have a work-around), please let me know.

Thanks!

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1812
by: RWC | last post by:
Hi, I'm running into a problem with Access XP (SP2) that's driving me up the wall. It's Error 2001 "You canceled the previous operation". There is no voodoo going on really when I get this message. The following Dlookup field is causing this message. All field data types are correct. DLookup("tDescription", "RelatedTable", "iIntegerField = " & (DLookup("iIntegerField", "TableOne")))
10
5755
by: DataBard007 | last post by:
Hello Access Gurus: I use Win98SE and Access97. I just built a simple Access97 application which holds all contact information for my personal contacts, such as first name, last name, address, city, state, etc. When the user wants to search for a particular record, he does two things: 1. On the form is a text box on which he enters the text he is searching for.
5
1601
by: Susan Bricker | last post by:
Greetings! Can you help me? Here's the error: “Run-time error ‘2001’. You canceled the previous operation.” Here's the form description: has 2 controls involved with this error: = unbound text box (expecting user to type in dog registration number (format: yy-nnnn) = unbound combobox with three columns: 1=dogID (key to tblDogs
1
1593
by: Tempy | last post by:
Good day, I have put the below into Module1 and get an error message "Run-Time error '2001'" "You canceled the previous operation". Can anybody tell me what is wrong ? Sub test() Dim varX As Variant varX = DLookup("", "tblQualityStaff", " = 1") MsgBox varX
4
1489
by: sparks | last post by:
If Not IsNull(DLookup(, "tblDemographic", " = """ & Me.Text9 & """")) Then Cancel = True MsgBox "Duplicate Value is Not Allowed" ActiveControl.Undo DoCmd.RunCommand acCmdUndo End If I try to do this but when you enter a text value such as A you get
20
20120
by: Crayola465 | last post by:
I have been trying to figure this out for a couple weeks and after reading every post in the forum about the subject I have not found anything that works. I have two tables; 1) has company numbers/cost centers, hierarchys, markets, and regions 2) the main table to which the information goes to. I know it has something to do with the cost centers beacuse when I debug, everything else works. My code is as follows; Private Sub...
4
2143
by: schiu1010 | last post by:
I am very confused for this error. I was just try to put a dynamic filter on a query. The error comes after I did this: 33 me.filter = " = '2005' " 34 me.filterOn = (me.filter > "") Error on line 34. Any hints on this bug. (I tried another program sample and that works fine).. Dont' know if I have some setting wrong. Thanks chiu1010
3
1184
by: ramprat | last post by:
Hi Sorry to keep asking questions but I keep getting a run-time error 2001 "you canceled the previous operation" error whenever the code in the Dlookup line is reached. I have a table called Alphabet_lookup that I'm simply trying to extract a letter from depending on the value of counter . I first thought that "Letter" might be a reserved word so I changed the field name and still get the same error. It's frustrating spending an entire...
3
4687
by: AccessBeetle | last post by:
I am creating simple login form with linked tables(atual tables are in SQL 2005) in access 2003. Here is my code. Option Compare Database Private Sub cmdSignIn_Click() 'Check to see if data is entered into the UserName combo box If IsNull(Me.txtUsername) Or Me.txtUsername = "" Then MsgBox "You must enter a User Name.", vbOKOnly, "Required Data"
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8629
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4338
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2757
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.