A
ave
I have a secure access db on our server.
To access all the tables i need i have to create a shortcut to access and in
the target box i put a script:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" /wrkgrp
"\\server\CLIENT70\program files\XYZ\XYZ.mdw" /user xyz /pwd xyz
I have another db application (QC) that now needs to access those tables.
They would only access the tables via forms.
Each user has a shortcut to the db QC on their desktop.
What changes do i need to make to the application so that when they open the
app they the forms can access the tables from the secured db?
Changes to the Target scipt in the shortcut? I really dont want to do this
since it exposes the user and password.
Is there a global module code i could write that would create connections to
the secure db when the app starts?
Any help is greatlllllllllllllly appreciated
thanks
g
To access all the tables i need i have to create a shortcut to access and in
the target box i put a script:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" /wrkgrp
"\\server\CLIENT70\program files\XYZ\XYZ.mdw" /user xyz /pwd xyz
I have another db application (QC) that now needs to access those tables.
They would only access the tables via forms.
Each user has a shortcut to the db QC on their desktop.
What changes do i need to make to the application so that when they open the
app they the forms can access the tables from the secured db?
Changes to the Target scipt in the shortcut? I really dont want to do this
since it exposes the user and password.
Is there a global module code i could write that would create connections to
the secure db when the app starts?
Any help is greatlllllllllllllly appreciated
thanks
g