I have a multibox, there is 100 value, What I want, Whatever value is selected there, That is my dimesion and I want to chage the color of background of selected dimension in my Multibox.
Generally this macro worked - where is the problem? I suggest another way to extract the selected value like this:
id=x(0)
id = mid(id, instr(id, chr(9)))
'msgbox id
Furthermore it don't need a macro for this. per field-functions like getfieldselections(), getselectedcount() directly in the attribute expression could the same achieved.