Hi,
I have a shortcut that is trying to open a database in Access 2000 runtime, but after the user puts in his name and password the database doesn't open, and only the Access program opens (He gets the shell of Access, with the gray background). I believe that I am improperly referencing Access within the following code
Access was put in the Art2K folder due to the runtime version not conflicting with the other Office programs.
Thanks in advance for your help.
Sydney
I have a shortcut that is trying to open a database in Access 2000 runtime, but after the user puts in his name and password the database doesn't open, and only the Access program opens (He gets the shell of Access, with the gray background). I believe that I am improperly referencing Access within the following code
Code:
AccessPath = "C:\Program Files\Microsoft Office\Art2K\Office\msaccess.exe"
Access was put in the Art2K folder due to the runtime version not conflicting with the other Office programs.
Thanks in advance for your help.
Sydney