I have created a report where a textfield shows text of what have been choosen on my form:
=Forms!Start!cbxList
When I preview the report then the value of my combobox, that i have choosen , shows.
The combobox have 2 columns but only the second column is "visible", which it has to be. So when I choose something on my combox i see the second column but the value is on the first column.
Now on my report I need to have the value, but not from column 1 but 2.
Any Idea of how to do this without changing properties from my combobox?
XXD
=Forms!Start!cbxList
When I preview the report then the value of my combobox, that i have choosen , shows.
The combobox have 2 columns but only the second column is "visible", which it has to be. So when I choose something on my combox i see the second column but the value is on the first column.
Now on my report I need to have the value, but not from column 1 but 2.
Any Idea of how to do this without changing properties from my combobox?
XXD