How To Display Second Field of Text Box In Reports

vdanelia

Registered User.
Local time
Today, 10:58
Joined
Jan 29, 2011
Messages
215
Hello Dear friends, I need your Help..

I need to display second field of a text-box or combo box in report
(I have a text box where is displayed my Product List for Example:
Main Field: Field Description
DESKTOP | Translation In My Language
SCANNER | Translation In My Language
PRINTER | Translation In My Language

In some reports I need to be displayed second field not the main field....
I played with it, but without any results...

Thank you very much in advanced
 
A textbox only displays one field.

What you need to use is a Combo box.
 
Ok vbaInet Thank you I'll try that (Wen I change the text-box to Combo do I need something additional config for that, how do i change main filed to a second, it only shows me a main field)

Thank you
 
You can just use the Combo Box Wizard and pick the right options.
 
Hello vbaInet
I Solved it ....
I just did in such way:

Column Count: 2
Column Widths: 0";1"

Maybe someone will need this too...
 

Users who are viewing this thread

Back
Top Bottom