M
Mark Andrews
I'm working on an Access application that I would like to have the ability
for users of the application to add custom fields to store extra data.
Example: the application tracks customer data and the user might want to add
a few extra fields for data not being tracked by the application.
I'm wondering what the best approach should be and if anyone has any code
they have used before?
I would like to allow custom fields of type
- text (ability to limit length)
- number (some formatting options)
- currency (some formatting options)
- date (form would use calendar etc...)
- list (would use a dropdown of user-supplied choices)
Please do not answer to just have the user use Access and modify the
tables/forms etc... Users will not be able to get into the tables/forms.
I'm looking mostly for guidance on the best data structures to use and
general approach.
Thanks in advance for any guidance,
Mark
for users of the application to add custom fields to store extra data.
Example: the application tracks customer data and the user might want to add
a few extra fields for data not being tracked by the application.
I'm wondering what the best approach should be and if anyone has any code
they have used before?
I would like to allow custom fields of type
- text (ability to limit length)
- number (some formatting options)
- currency (some formatting options)
- date (form would use calendar etc...)
- list (would use a dropdown of user-supplied choices)
Please do not answer to just have the user use Access and modify the
tables/forms etc... Users will not be able to get into the tables/forms.
I'm looking mostly for guidance on the best data structures to use and
general approach.
Thanks in advance for any guidance,
Mark