I'm trying to open a front end database with VBS but I'm having trouble, which I believe is because of the SPACE in the path (Public Documents). See below. Other than renaming the file folder, is there a way I can open the application?
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase
("C:\Users\Public Documents\SignInPlus\DEERS_Office\DEERSPlus.accdb")
Thank you
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase
("C:\Users\Public Documents\SignInPlus\DEERS_Office\DEERSPlus.accdb")
Thank you