Voltron
Defender of the universe
- Local time
- Today, 14:46
- Joined
- Jul 9, 2009
- Messages
- 77
Here is what I am trying to do. I have several combo-boxes that are, at least for the moment, bound to controls on a form and bound to certain tables. I want to have the user open the combo-box and choose from a selection of text (words) that correspond to different areas of the organization.
The information that I have is stored in a 2 field table (Business_Segment_ID which is numeric and Description which is text based) that will remain that way. I have already gotten it to the point where both the Business_Segment_ID and Description are both shown in the combo-box. This was done by making the row source of the control equal to the Business_Segments_TBL that was created and changing the column count to 2.
However, I would like the information to be stored as the numerical Business_Segment_ID, but when the user chooses an option from the combo-box I want it to be the text based Description.
Is this possible? How?
The information that I have is stored in a 2 field table (Business_Segment_ID which is numeric and Description which is text based) that will remain that way. I have already gotten it to the point where both the Business_Segment_ID and Description are both shown in the combo-box. This was done by making the row source of the control equal to the Business_Segments_TBL that was created and changing the column count to 2.
However, I would like the information to be stored as the numerical Business_Segment_ID, but when the user chooses an option from the combo-box I want it to be the text based Description.
Is this possible? How?