OmegaConcern
New member
- Local time
- Today, 08:52
- Joined
- Dec 4, 2007
- Messages
- 2
Hi all,
I'm designing a form that needs a populated drop down list so users can only select from certain entries. I've set up a combo box ("CB") for this purpose. Here's the tricky part: the data in the CB pulls from 5 fields in a table (name, address, phone, fax and email). I need to get the box to show the data like this:
Name
Address
Phone
Fax
Email
I'm linked to the appropriate table and I can get it to show the drop with all fields (in a data sheet view) and I can select an option but when I select, it only displays the name, not the other 4 fields (i.e. click the drop down arrow and get "name/address/phone/fax/email" for all records, select a record and what shows in the box is "name" only).
I did something at one point where I got it to work, but it was missing a field (name was set up as "memo", not "text" in the table) and I screwed it up somehow and now I can't find my way back. Please help!!
Thanks!
I'm designing a form that needs a populated drop down list so users can only select from certain entries. I've set up a combo box ("CB") for this purpose. Here's the tricky part: the data in the CB pulls from 5 fields in a table (name, address, phone, fax and email). I need to get the box to show the data like this:
Name
Address
Phone
Fax
I'm linked to the appropriate table and I can get it to show the drop with all fields (in a data sheet view) and I can select an option but when I select, it only displays the name, not the other 4 fields (i.e. click the drop down arrow and get "name/address/phone/fax/email" for all records, select a record and what shows in the box is "name" only).
I did something at one point where I got it to work, but it was missing a field (name was set up as "memo", not "text" in the table) and I screwed it up somehow and now I can't find my way back. Please help!!
Thanks!