Run time error 3265 when entering new record

T

tom

The error reads when I try to add a new record
Run-time error '3265' Item not found in this collection.

It is going to the Autofill code that I set up??? for
autofilling the new record with the values from the
previous record. I can't see field names - some fields
are calculations I changed some things and added fields
not sure why it stops at the code


If FillAllFields Or InStr(FillFields, ";" & (C.Name)
& ";") > 0 Then
C = RS(C.ControlSource) (it highlights here)
End If


could this be where the problem is????

Thanks,
Barb
 
M

Michel Walsh

Hi,



The value in ControlSource is a string, say "toto", but their is no
field of that name, in the recordset RC.


Hoping it may help,
Vanderghast, Access MVP
 

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