F
Fred Boer
Hello!
I saw a post the other day discussing disambiguation, and I thought, hmm....
I should do that. It should be easy using find and replace. I found a list
of objects that would need this, and I did a quick find/replace to change
all my "Recordsets" to "DAO.Recordsets". Worked fine; compiled properly.
Then I saw that on the list of the objects was "Error". OK, all my subs have
a line "On Error GoTo...", so I tried replacing "Error" with "DAO.Error". No
good; compiling throws a message about "Method or data error...".
I am quite certain I am doing something stupid here, but would someone mind
explaining how I am being wrong-headed? <g>
Thanks!
Fred Boer
I saw a post the other day discussing disambiguation, and I thought, hmm....
I should do that. It should be easy using find and replace. I found a list
of objects that would need this, and I did a quick find/replace to change
all my "Recordsets" to "DAO.Recordsets". Worked fine; compiled properly.
Then I saw that on the list of the objects was "Error". OK, all my subs have
a line "On Error GoTo...", so I tried replacing "Error" with "DAO.Error". No
good; compiling throws a message about "Method or data error...".
I am quite certain I am doing something stupid here, but would someone mind
explaining how I am being wrong-headed? <g>
Thanks!
Fred Boer