Is there a way to use a variable in this string? Something like...
sConnString="DRIVER={Microsoft Access Driver (*.mdb)};" & _
"DBQ= & applipath(errorlog.mdb)"
Is there a way for 'applipath' to be a variable which would just hold a path to a folder (and .mdb file)?
Thanks in advance,
JohnCR
sConnString="DRIVER={Microsoft Access Driver (*.mdb)};" & _
"DBQ= & applipath(errorlog.mdb)"
Is there a way for 'applipath' to be a variable which would just hold a path to a folder (and .mdb file)?
Thanks in advance,
JohnCR