J
Jeff Gaines
I am working on a program which will produce meeting minutes and
membership lists for small organisations (I'm testing it live on an
organisation I am Secretary of).
One of the areas of data it will keep is details of members. Rather than
specify what data to keep for members I have written it so that the
members' DB has 20 text fields (in an Access DB) and there is a separate
record which provides a mapping from the Field name in the DB to what the
user plans to call it.
e.g.
Field1 = Last Name
Field2 = First Name
etc.
Is that a reasonable approach to providing flexibility?
Is there a name for this (apart from stupid) that I can Google for to get
some ideas?
It's working but since all fields are specified as text it lacks the
ability to sort by numbers etc.
membership lists for small organisations (I'm testing it live on an
organisation I am Secretary of).
One of the areas of data it will keep is details of members. Rather than
specify what data to keep for members I have written it so that the
members' DB has 20 text fields (in an Access DB) and there is a separate
record which provides a mapping from the Field name in the DB to what the
user plans to call it.
e.g.
Field1 = Last Name
Field2 = First Name
etc.
Is that a reasonable approach to providing flexibility?
Is there a name for this (apart from stupid) that I can Google for to get
some ideas?
It's working but since all fields are specified as text it lacks the
ability to sort by numbers etc.