TravelingCat
Registered User.
- Local time
- Yesterday, 21:16
- Joined
- Feb 22, 2010
- Messages
- 42
Hello, i have a multicolumn listbox, and all the fields in the row source are from one table, but one of them is "assignType', a numeric field. It can be 1, 2 or 3. The thing is, i need the listbox to display text based on this numeric value, i.e. 1=assignment, 2=decision, 3=text. In other places i just put invisible textbox with control source set to assignType, wrote the text values in row source and then defined other comboboxes row source as [assignType].[column](1), but how do i solve this in listbox?
Thanks in advance
Thanks in advance