Group Tagging

QueenOfKings

Registered User.
Local time
Today, 15:37
Joined
Oct 13, 2014
Messages
11
Hi, I just created a database that has a bunch of contacts in it. I have a table called Contacts and a table called Type. I also have a many to many table called ContactsType. I know how to tag them one by one, but there are many of them and most of them are of more than one type. Is there a way to select multiple Contacts and tag them as more than one type?

Thanks!
 
Not really. Unless you want to add another layer, for example 'Groups'. You could add contacts to a group and that group would then be assigned types. So, anyone assigned to Group A would in turn be assigned to Type 1, Type 7, Type 11, Type 21.

But you still have to set up all the Type to Group data and assign Contacts to Groups, so you might not really be saving anything.
 

Users who are viewing this thread

Back
Top Bottom