RichardatManAlive
Technical User
This appears simple enough but I'm going round in circles with it.
I have a growing contacts database with the usual contact data , being used
to send mail merges via email and mail.
I need to categorise each contact record several ways
So contact 1 may belong to category 1 , contact 2 could belong to category 1
and category 2 , and so on.
The number of categories is intially fixed at 5 but will grow as the
database grows and the query needs become more complex.
I need to develope a structure that will allow easy creation of queries ,
easy updating of data entry forms as the categories grow and change.
My intial thoughts were to simply set up a series of fields category 1....5
etc for each cleint record. But them I may need to split one category into
two ( eg Lawyers into Lawyers and Solicitors ) thus I'll need a simple
maintanence system to manage these changes.
Richard
I have a growing contacts database with the usual contact data , being used
to send mail merges via email and mail.
I need to categorise each contact record several ways
So contact 1 may belong to category 1 , contact 2 could belong to category 1
and category 2 , and so on.
The number of categories is intially fixed at 5 but will grow as the
database grows and the query needs become more complex.
I need to develope a structure that will allow easy creation of queries ,
easy updating of data entry forms as the categories grow and change.
My intial thoughts were to simply set up a series of fields category 1....5
etc for each cleint record. But them I may need to split one category into
two ( eg Lawyers into Lawyers and Solicitors ) thus I'll need a simple
maintanence system to manage these changes.
Richard