Platform: Windows / Database: Access / Language: C++
Several years ago I had a Windows app that uses a database and I just installed an empty database as part of the install process. The database had all of the queries and macros I needed.
I am wondering what the current best practice for this sort of thing is: Do you build the database on first use and populate the macros etc or is the method I did a few years ago still an option. I have limited number of users (< 100) at about 10 locations.