Error: You have canceled previous operation.

CraigWarmy

Registered User.
Local time
Yesterday, 17:44
Joined
Feb 13, 2009
Messages
30
Does anybody know what this is. There is no help available.
 
You'll have to describe the series of events that occured before the error.
 
Just trying to open a form. Docmd.OpenForm "frmPricing",acNormal
 
Is there any code or macros running in any of the form or object events like in the form OnOpen event?
 
yes. There is a bunch of code, but the one line of opening the pricing form get's the error.
 
You'll have to back up through your code from there. It would be useless speculation to guess what's going on. I've seen similar error messages when say a form tries to save a record when you close it. That may be a starting point...
 
Ken, pardon me for jumping in, but if I might jump in really quick - There is a spot which seems to have this error more than most. It is when a DLookup returns a NULL. So, check for any DLookups and make sure you have used the NZ function with them to deal with nulls.
 
Yes I am already working on the replacement form. Fortunetely it does not have to much coding on it.
 

Users who are viewing this thread

Back
Top Bottom