G
Guest
I am not sure how to word this question but I made a query from lists whose
values are selected from a combo box. The query has the text values from the
combo boxes which is what I want but the report only show the IDs of the text
not the text. eg combo box column A has 1, column B has "Cheif" the control
name is [CC]. When I concatinate an expression in the report I want to say
="text "& [CC] and get (text cheif) instead I get (text 1). I am missing
something obviously. I tried to play around with the lookup on properties of
the query but I could not fix the problem
values are selected from a combo box. The query has the text values from the
combo boxes which is what I want but the report only show the IDs of the text
not the text. eg combo box column A has 1, column B has "Cheif" the control
name is [CC]. When I concatinate an expression in the report I want to say
="text "& [CC] and get (text cheif) instead I get (text 1). I am missing
something obviously. I tried to play around with the lookup on properties of
the query but I could not fix the problem