I have a contact database that has a separate table for phone numbers. This allows us to have multiple phone numbers for each contact. Each record in the phone table has a phone number field, a type (home, business, fax, etc.) field, and an ID key field. The question I have is in displaying the phone numbers in the Contact database. I can easily create a portal to the phone table and show all the related phone numbers for each contact.
However, I would like a little different functionality, but I'm not sure if it is possible. I am envisioning a portal with only one row, showing one phone number. Next to it, I envision a pop-up menu field displaying the type of phone number currently showing in the portal (home, business, fax, etc.). As the user selects the pop-up menu, they could change the type and the portal displaying the phone number would update with that record.
For instance, let's say one contact has 3 phone numbers in the phone table (home, business, fax). The phone number shown in the portal on the Contact page is the home number and the pop-up menu displays "home". If the user selects "business" from the pop-up menu, the number in the portal would change to the business number.
I'm envisioning that the pop-up menu would only contain the values related to that contact. So, if a contact had only 2 numbers, say Home and Cell, that those would be the only selectable values in the pop-up menu. Whereas another contact might show Home, Business, and Business2, if those were the records related to him/her.
Does this make sense? Is it possible? Any ideas are appreciated.