ScottOrich
Programmer
I have a simple report with many columns such as:
ID# First Name Last Name Address
What I want to do is format the report like:
ID# xxxxxxxx
First Name xxxxxxxx
Last Name xxxxxxxx
Address xxxxxxxx
This would give me one page per ID#. How can I do this?
ID# First Name Last Name Address
What I want to do is format the report like:
ID# xxxxxxxx
First Name xxxxxxxx
Last Name xxxxxxxx
Address xxxxxxxx
This would give me one page per ID#. How can I do this?