I downloaded from a FAQ the following function....
faq_ConnectLink(strTable As String, strSourceDB As String)
The function is basic, Table Name and Path to a db.
It works great when the path is something simple like...
"C:\My Docs\db1.mdb" but, the path I'm trying to use is like...
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "C:\My Documents\db1.mdb" /WRKGRP "C:\My Documents\Secured.mdw"
I need to make the above string a single string.
Any help would be great.
MD
faq_ConnectLink(strTable As String, strSourceDB As String)
The function is basic, Table Name and Path to a db.
It works great when the path is something simple like...
"C:\My Docs\db1.mdb" but, the path I'm trying to use is like...
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "C:\My Documents\db1.mdb" /WRKGRP "C:\My Documents\Secured.mdw"
I need to make the above string a single string.
Any help would be great.
MD