Report Next Record Command

kholm

Registered User.
Local time
Today, 06:23
Joined
Jun 25, 2001
Messages
63
I am working on a catalog of items and they are listed in boxes, two columns. What I need to do is put in a "next record" command so that the first column will go the next listing. Also, I need to make a box with rounded corners, any ideas?

Kristin
 
"Next record" processing is handled behind the scenes in a report. The detail section is intended to handle a single record at a time. After Access formats the detail section it is printed and the next record is read.

If you want to use multiple columns in only the detail section do it by creating a sub report and setting the subreports properties to show as many columns as you want.
 

Users who are viewing this thread

Back
Top Bottom