I have an application that uses an Access database to store program data. If I want the user to be able to create a new data file, how would I implement this?
If I deploy a blank database with the app, is there some way to allow the user to create a named copy of it in any location he chooses? Would this situation be better served if I stored the data in an XML file?
Thanks in advance.