J
John
Hi
Access 2000. I have started getting a 'Can not perform this action at this
time' error on the line;
DoCmd.OpenQuery "My Query"
This app is running on a windows network and this particular code has been
running fine on the same network for years. A few years back this problem
came on the same network on another DoCmd.OpenQuery at a different location
in the same app. The solution I used was to turn the query into a string and
run using CurrentDB.execute QuerySt. Ideally I would like to avoid this. Has
any one come across this problem and know the fix?
Thanks
Regards
Access 2000. I have started getting a 'Can not perform this action at this
time' error on the line;
DoCmd.OpenQuery "My Query"
This app is running on a windows network and this particular code has been
running fine on the same network for years. A few years back this problem
came on the same network on another DoCmd.OpenQuery at a different location
in the same app. The solution I used was to turn the query into a string and
run using CurrentDB.execute QuerySt. Ideally I would like to avoid this. Has
any one come across this problem and know the fix?
Thanks
Regards