I'm trying to run the following command in VBA:
Call Shell("C:\Program Files (x86)\Microsoft Office\Office15\MSACCESS.EXE Y:\Sales Team\Sales_Price_Database.accde /runtime").
It fails on the space between Sales and Team. Without that space it works fine. How can I make it working with the space between Sales and Team?