Report Problem

  • Thread starter Thread starter ChrisP
  • Start date Start date
C

ChrisP

I have a report that displays a service bill for a
particular customer. The service bill contains a list of
problems and their cost and for each problem a list of
parts and their cost.

My datareport keeps displaying the Problem info over and
over. I want to display the problem once and all the
parts for that problem. Can you help me. I haven't done
this stuff in 4 years.

Also, How can I pass the report a parameter? I want to be
able to pass it a customer# and it display that service
bill in the report. My data report is running off a query
which I statically assigned a customer# just to get it to
work.

Thanks alot ahead of time
 
How do you create a header?

I didn't find the Tip to help me with the parameter
passing I needed help with.

Thanks for all your help,

Chris
 
Headers are created by setting a property in the sorting and grouping
dialog.
The tip is definitely on Allen's site. You might want to look for something
like "date range".
 
Back
Top