kelsita_05
Registered User.
- Local time
- Today, 14:37
- Joined
- Aug 23, 2005
- Messages
- 52
I have a combo box that uses a query as the row source. That query picks a value from a form ([Forms]![Q & D]![Translator]. It works great.
Now, I want to add a second field ([Forms]![Q & D]![Translator 2]), so that it appears as another item on the list in the combo box. If I add it as a second column in the query, it doesn't show up in the combo box.
For a second I thought I could concatenate my query so it appeared as one column, but what I want to see is two separate values on the drop-down not two columns together.
Is this possible? I've done a lot of searching/reading/wishing I knew what I was doing, but no luck so far.
Thanks for your help!
Now, I want to add a second field ([Forms]![Q & D]![Translator 2]), so that it appears as another item on the list in the combo box. If I add it as a second column in the query, it doesn't show up in the combo box.
For a second I thought I could concatenate my query so it appeared as one column, but what I want to see is two separate values on the drop-down not two columns together.
Is this possible? I've done a lot of searching/reading/wishing I knew what I was doing, but no luck so far.
Thanks for your help!