Run time error 3426

G

giannis

Yesterday i ran a code and worked good.
Today i run the same code and i receive in
the line* :
r.AddNew

the following error message :
Run time error 3426
This action was cancelled by an associated object.

What changed from yesterday ?
Where is the wrong today ?

* r is from : Set r = Me.RecordsetClone
 
W

Wayne Morgan

Why are you trying to add a record to a clone? The idea of a clone is to have a 2nd copy
of a recordset that is identical to the first one.
 

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

Top