Hi,
had a large access97 db that had not been compacted for ages. But when i did it with 97 it came up with errors so had to do it with access2000 and convert it back to prior version.
All seemed fine but now the db is erroring on the line below.
There seems to be no pattern to when the error occurs you go into a form maybe ten times fine then suddenly will
throw up this
Runtime error 2450
cant find form [opening]
you click on debug and it goes to this line...
have put the references back to ADO 3.51
this is a shared db on an xppro box.
anyone else done this before and had issues
had a large access97 db that had not been compacted for ages. But when i did it with 97 it came up with errors so had to do it with access2000 and convert it back to prior version.
All seemed fine but now the db is erroring on the line below.
There seems to be no pattern to when the error occurs you go into a form maybe ten times fine then suddenly will
throw up this
Runtime error 2450
cant find form [opening]
you click on debug and it goes to this line...
Code:
Forms![opening].OnTimer=""
have put the references back to ADO 3.51
this is a shared db on an xppro box.
anyone else done this before and had issues