Hi,
Hopefully I am in the right forum, I am using VS 17 and have packaged a project which uses an Access database file, the only part of my packaged program that is not working when I install it is the database part, I have narrowed the problem to the database file getting installed as read only, how do I make sure that the database file can be altered? Do I have to do it via code in the Project or is it a simple case of altering one of the properties?