I have an Excel addin which reads/writes from/to a MS access db that is installed on the user's local machine. So each user that installs the addin also needs their own stand alone Access db as well.
I'd like to do this with a SQL server db instead. How can I do that without needing to install SQL server instance on every computer. Is that possible?
I jsut want to add the mdf file on the local/client machine as well as any drivers and then via vba read/write from/to that mdf file