I
Ilya
Hi, all!
Some error drives me nuts...
I have some code which gathers query names to run to the collection of
strings. Then I just run through the collection and use the
DoCmd.OpenQuery CStr(MyCollection(i)) where i is just an index of the
string within the collection. When I do this I get an error number
3270 "Property not found".
When I break the execution and add the Resume command to get back to
the line that was executed last the execution proceeds without an
error.
I actually want this procedure to run without errors without stopping
or debugging it but it seems to preform without an error only if I set
a breakpoint or break the execution when this error occurs.
Does anybody has any clue for this?
Any help highly appreciated!!
Thanks in advance,
Ilya
Some error drives me nuts...
I have some code which gathers query names to run to the collection of
strings. Then I just run through the collection and use the
DoCmd.OpenQuery CStr(MyCollection(i)) where i is just an index of the
string within the collection. When I do this I get an error number
3270 "Property not found".
When I break the execution and add the Resume command to get back to
the line that was executed last the execution proceeds without an
error.
I actually want this procedure to run without errors without stopping
or debugging it but it seems to preform without an error only if I set
a breakpoint or break the execution when this error occurs.
Does anybody has any clue for this?
Any help highly appreciated!!
Thanks in advance,
Ilya