I am writing a database that has quite a few settings which are used throughout the database.
I am wondering what the best approach in dealing with storing the settings is.
I am thinking either to have a Settings table and then use dlookup to get the setting values when needed, or whether to store the settings as constants in a module.
The table makes it easier to view and edit the settings (especially for the user if I tie the table to a form), but the constants appear quicker and are a bit more flexible in some ways.
Perhaps there are other ways of approaching this. Any advice would be gratefully received.
Thank you mark.
I am wondering what the best approach in dealing with storing the settings is.
I am thinking either to have a Settings table and then use dlookup to get the setting values when needed, or whether to store the settings as constants in a module.
The table makes it easier to view and edit the settings (especially for the user if I tie the table to a form), but the constants appear quicker and are a bit more flexible in some ways.
Perhaps there are other ways of approaching this. Any advice would be gratefully received.
Thank you mark.