PC Review


Reply
Thread Tools Rate Thread

how do i give access contacts multiple categories?

 
 
Chris
Guest
Posts: n/a
 
      16th Dec 2009
I have started using the new Microsoft Access Contact Database.

Some of my contacts are associated with a number of Categories. ie.
personal, work, local sporting club, business etc.....

Yet the template database only allows you to allocated one category per
contact.

does anybody know of another template that resolves my problem or how i can
do this myself?

Thanks
 
Reply With Quote
 
 
 
 
Mark Andrews
Guest
Posts: n/a
 
      16th Dec 2009
You would need to add another table for the categories for each contact
(tblContactCategory) and another table for the list of categories
(tblCategory).

tblCategory is a simple table to hold the list of 10 categories for example
CategoryID Autonumber
Categoryname text

tblContactCategory holds the relationship between contacts and their
categories
ContactCategoryID autonumber
ContactID Long
CategoryID Long

Then you would need to add a subform or other method for the user to select
categories for each contact.

I have a new template (that's in development) that you would probably love.
I could shoot you the beta test version if you are interested. It allows
for multiple groups per contact. However it's not quite done yet.
I have two other CRM templates that are better than the one from Microsoft,
however I don't think those have multiple categories "out of the box". Two
of the three templates only work with Access2007. The new one is designed
as a more of an "off the shelf" product, no source code.

Shoot me an email if you need details (see website for info),
Mark Andrews
RPT Software
http://www.rptsoftware.com


"Chris" <(E-Mail Removed)> wrote in message
news:EF0C41F1-C35E-4C00-944B-(E-Mail Removed)...
>I have started using the new Microsoft Access Contact Database.
>
> Some of my contacts are associated with a number of Categories. ie.
> personal, work, local sporting club, business etc.....
>
> Yet the template database only allows you to allocated one category per
> contact.
>
> does anybody know of another template that resolves my problem or how i
> can
> do this myself?
>
> Thanks



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching on Multiple categories in contacts afortune Microsoft Outlook Contacts 0 8th Jan 2008 08:49 PM
Sorting contacts using multiple categories =?Utf-8?B?cmlja2luZXNj?= Microsoft Outlook Contacts 5 24th Feb 2007 10:35 AM
How can contacts be used to sort with multiple categories? =?Utf-8?B?R2lsbGlhbg==?= Microsoft Outlook Contacts 5 11th Nov 2005 01:40 AM
Assigning categories to multiple contacts Keith Korb Microsoft Outlook Contacts 1 4th Jun 2004 04:51 PM
Re: linking multiple categories of contacts Sue Mosher [MVP] Microsoft Outlook Form Programming 0 19th Aug 2003 02:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:55 PM.