PDA

Click to See Complete Forum and Search --> : Printing Format


mvmanohar
Nov 16th, 2000, 05:35 AM
Gotta problem with Reports!...Is there any reports which take records Vertically to print like as shown in figure...

EMP EMPNO. JOB

1. Jim Supervisor
2. David Assistant
3. Harry Clerk

The above format is usually happens in data Report...But i need format as shown below ...

EMP EMPNO. JOB EMP EMPNO. JOB

1. Jim Supervisor 2. David Assistant
3. Harry Clerk

if anyone knows then please tell me how can it done

Thank you in advance ....

stjepan
Nov 17th, 2000, 03:25 PM
I'm not sure what you want to say, but try this :

"Job 1" + vbCrLf
"Job 2" + vbCrLf

etc.
If this is not the correct answer, please give me more informations