Hi,
I'm trying to convert this code on my access database. This is a mapping code that transfer fields info to another table using a map table.
I'm getting a runtime error 3265 when executing the code that points to the fields on the map as below
Do Until rstMap.EOF
rstOrd(rstMap!targetfieldname) = rstCust(rstMap!sourcefieldname)
rstMap.MoveNext
It's run fine on DAO. I'm no expert in programming. I've learned simple coding through experience.
Please help.
Thanks

I'm trying to convert this code on my access database. This is a mapping code that transfer fields info to another table using a map table.
I'm getting a runtime error 3265 when executing the code that points to the fields on the map as below
Do Until rstMap.EOF
rstOrd(rstMap!targetfieldname) = rstCust(rstMap!sourcefieldname)
rstMap.MoveNext
It's run fine on DAO. I'm no expert in programming. I've learned simple coding through experience.
Please help.
Thanks
