Hi all,
In my contacts table, I have a check box field where the user can categorize any contact into three categories that are used in several places throughout the solution. So a contact may be in the 'client' or 'personnel' category. Ideally I would end up with three value lists that can be applied anywhere a contact needs to be entered.
For example, when creating an invoice the contacts menu would pop up a list of only those contacts that have the 'client' checkbox set.
I keep running into problems with globals not being indexable or the popup list showing the contact ID along with the name which I don't want. So obviously I'm approaching this wrong.
Thanks for any help,
Stefan