Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm trying to do something like thi

Status
Not open for further replies.

ramondrumon

Programmer
Sep 5, 2002
33
US
I'm trying to do something like this in a continuous form and report:

02900-1 HEADING
1.2 Some info
1.2 More info
1.3 More info
03440-2 HEADING
1.2 More info
1.3 More info

Every line will have the identification # and Heading in it, I just do't want it to show in every column. I will fill out a form to get each row of information and I will want it to be shown on a continuous form and a continuous report. I would even settle for a name of what I am trying to do so I can do a search for it. I've had no luck looking.
 
Look into grouping and sorting in the help files. Basically you'll want to group on the header field, showing the header for this group.

Once you get into it, the solution will come fairly easily.

Definitely come back here if you have more questions.

Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995

Take a look at the Developer's section of the site for some helpful fundamentals.


Remember to reward helpful tips with the stars they deserve.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top