G
Guest
Hello all,
How do I print only the second part of a composed field on a report? The
field itself is composed from three other fields from another table, e.g.
SELECT tabl1.f1, table1.f2, table1.f3 FROM etc... etc...
Now what I would like to do is to use the second component of the above
field and print it on my report. Your help is greatly appreciated.
How do I print only the second part of a composed field on a report? The
field itself is composed from three other fields from another table, e.g.
SELECT tabl1.f1, table1.f2, table1.f3 FROM etc... etc...
Now what I would like to do is to use the second component of the above
field and print it on my report. Your help is greatly appreciated.