List box in report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hhi.
I have searched the discussion group but haven't come up with the answer to
what I would imagine is a common question. Perhaps someone can direct me
please?

One of the fields in the report is drawn from a listbox. The report shows
the whole listbox with the result highlighted but I would like it to show
only the individual result and not all the other options.

any ideas where to go?

thanks for your help
 
CK said:
Hhi.
I have searched the discussion group but haven't come up with the
answer to what I would imagine is a common question. Perhaps someone
can direct me please?

One of the fields in the report is drawn from a listbox. The report
shows the whole listbox with the result highlighted but I would like
it to show only the individual result and not all the other options.

any ideas where to go?

thanks for your help

Don't use a ListBox. What do you get if you simply change that control to a
TextBox? If the problem is that the ListBox holds one value while
displaying another you can solve that by adding the lookup table used by the
ListBox to the Report's query and then you will be able to pull in the
display text.
 
Back
Top