D
Dniss
Error 3265 Item cannot be found in the collection corresponding to the
requested name or ordinal.
Hi all,
I have a small vba code that stopped working lately. Basically all my
recordsets fields have to be indentified as rst.fields([column #]) instead of
rst.fields("name") in order to work.
e.g
MyRecordset.fields("Fiscper") now has to be changed to MyRecordset.fields(0)
in order to work.
I found this help page on the subject but I can't make sense out of it.
http://support.microsoft.com/kb/q201826/
I'm not sure how to apply this solution to my work. Aside from the
connectstr do I have to change anyting else? Do I have to list all the
tables? Do I run only the code only once?
Can anyone help me??
TIA
requested name or ordinal.
Hi all,
I have a small vba code that stopped working lately. Basically all my
recordsets fields have to be indentified as rst.fields([column #]) instead of
rst.fields("name") in order to work.
e.g
MyRecordset.fields("Fiscper") now has to be changed to MyRecordset.fields(0)
in order to work.
I found this help page on the subject but I can't make sense out of it.
http://support.microsoft.com/kb/q201826/
I'm not sure how to apply this solution to my work. Aside from the
connectstr do I have to change anyting else? Do I have to list all the
tables? Do I run only the code only once?
Can anyone help me??
TIA