Jul 25 2020 03:21 AM
Hi,
When I am trying to open an access file, it shows microsoft visual basic error, "run time error 53, file not found". Please show a solution to this.
Regards,
Parvez
Jul 25 2020 10:46 AM
Jul 25 2020 09:36 PM
It says, Call Shell(stAppName, 3). What does this mean. Please tell
Jul 26 2020 04:00 AM
Jul 26 2020 04:13 AM
The issue is Shell is trying to launch another program which is defined by
stAppName = txtSoftwarepath & "ExtractCompare.exe"
and it can't find that file in the specified location.
So you'd need to locate that exe file and then update the txtSoftwarepath to reflect the proper path. Your best bet would be to consult your IT support or the company that made the original database.