I have a user who is receiving an error message when trying to go from one form to another. Since this is an Access application that I neither created nor am terribly familiar with, I asked her what the error message was and where it was occurring (in the code). Since she is off-site in another location, and since she is apparently not very computer literate, the best I could get was the error message:
Run-time error '440'
Method 'ActiveForm' of object 'Screen' failed
From what I remember, this seems like an issue with the user not having correct .dll files or something similar. She then explained that she had received an OS upgrade from 95 to NT (4.0 or 2000?) a few weeks ago and had been having issues on other things in the same db. So now, I am thinking that this may be a MDAC problem, but have forgotten how to best figure out what version it is and how to get the user the corrected version. Does anyone have any ideas on this or, if this is not the correct solution, a better idea as to how to resolve? Thanks!
Everything is absolute. Everything else is relative.
Run-time error '440'
Method 'ActiveForm' of object 'Screen' failed
From what I remember, this seems like an issue with the user not having correct .dll files or something similar. She then explained that she had received an OS upgrade from 95 to NT (4.0 or 2000?) a few weeks ago and had been having issues on other things in the same db. So now, I am thinking that this may be a MDAC problem, but have forgotten how to best figure out what version it is and how to get the user the corrected version. Does anyone have any ideas on this or, if this is not the correct solution, a better idea as to how to resolve? Thanks!
Everything is absolute. Everything else is relative.