I am working on a database that uses comdlg32.ocx (Microsoft Common Dialog). My problem is when I install this database on a Windows 95 or 98 machine I get a error in my code. I know how to fix the problem by going to tools and references while editing the code. This database was designed on a Windows 2000 machine so the database is looking for comdlg32.ocx in C:\winnt\system32. However, a Windows 95 or 98 machine stores the same file in C:\Windows\System.
I was wondering if there is a way to have the database look for comdlg32.ocx in both places so this does not have to be corrected each time I put the database on a different machine.
Brian
I was wondering if there is a way to have the database look for comdlg32.ocx in both places so this does not have to be corrected each time I put the database on a different machine.
Brian