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
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