Could anyone please tell me how to open up a Microsoft Access file in VB. I have used the Shell command but that opens access up fine but is it possible to open up a file of my choice aswell when access loads up.
I did that 4 or 5 years ago. My best recollection is that you just pass the path and filename in the command line. Like so:
Shell "C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICEMSACCESS.EXE C:\MYFOLDER\DBNAME.MDB"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.