greaseman
Closer to seniority!
- Local time
- Yesterday, 19:16
- Joined
- Jan 6, 2003
- Messages
- 360
I know how to convert an Access database from a previous version of Access to a higher version of Access, using the shell command:
x = Shell("C:\Program Files\Microsoft Office\Office\MSACCESS.EXE " & Chr(34) & strOLDDB & Chr(34) & " /Convert " & Chr(34) & strNewDb & Chr(34))
However, what do I have to do to programatically revert from my current version of Access to a previous version? Is there a shell option similar to the /CONVERT choice? It would be nice if it was as simple as /REVERT
Thanks once more to you forum gurus!
x = Shell("C:\Program Files\Microsoft Office\Office\MSACCESS.EXE " & Chr(34) & strOLDDB & Chr(34) & " /Convert " & Chr(34) & strNewDb & Chr(34))
However, what do I have to do to programatically revert from my current version of Access to a previous version? Is there a shell option similar to the /CONVERT choice? It would be nice if it was as simple as /REVERT
Thanks once more to you forum gurus!