G
Guest
This syntax confuses me. I have a form with the field value
'C:/filename.mdb' that I want to open a new instance of Access using that
file:
strFileName = Me.FileName.Value
Select Case strCboValue
Case "Open"
Shell """c:\program files\microsoft office\office11\msaccess.exe""
strFileName", vbMaximizedFocus
Etc...
I've tried variations but can't get it to open up the mdb file. Thanks
'C:/filename.mdb' that I want to open a new instance of Access using that
file:
strFileName = Me.FileName.Value
Select Case strCboValue
Case "Open"
Shell """c:\program files\microsoft office\office11\msaccess.exe""
strFileName", vbMaximizedFocus
Etc...
I've tried variations but can't get it to open up the mdb file. Thanks