dz2k7
Not only User
- Local time
- Today, 07:30
- Joined
- Apr 19, 2007
- Messages
- 104
Hi everybody,
I use regular connection and recordset.
By some reasons I can't change the record in a table.
I do:
rs.Fields(Field).Value = number
rs.Update
When run got the message
Run-time error '3265'
Item cannot be found in collection corresponding to the requested name or ordinal.
Help does not show anything.
I checked the name of the field - it's fine.
Any idea? Please.
I use regular connection and recordset.
By some reasons I can't change the record in a table.
I do:
rs.Fields(Field).Value = number
rs.Update
When run got the message
Run-time error '3265'
Item cannot be found in collection corresponding to the requested name or ordinal.
Help does not show anything.
I checked the name of the field - it's fine.
Any idea? Please.