S
seeker
The following code gives me an invalid procedure call or argument error:
strappopen = """c:\program files\microsoft office\office11\msaccess.exe
c:\documents and settings\william
akin\desktop\hackneydbase\customcarcarearchive.mdb"""
Shell strappopen
I have also tried:
strappopen = "c:\program files\microsoft office\office11\msaccess.exe
c:\documents and settings\william
akin\desktop\hackneydbase\customcarcarearchive.mdb"
Shell strappopen
with same result. This is being used to open an archive dbase to view from
a live dbase.
strappopen = """c:\program files\microsoft office\office11\msaccess.exe
c:\documents and settings\william
akin\desktop\hackneydbase\customcarcarearchive.mdb"""
Shell strappopen
I have also tried:
strappopen = "c:\program files\microsoft office\office11\msaccess.exe
c:\documents and settings\william
akin\desktop\hackneydbase\customcarcarearchive.mdb"
Shell strappopen
with same result. This is being used to open an archive dbase to view from
a live dbase.