Reports

  • Thread starter Report Construction
  • Start date
R

Report Construction

I have a form that has all of my companies sales prospects. One of the
fields is the sales rep for that prospect. How do I construct a report that
will only print out the prospects for individual sales rep.
 
N

NTC

begin by constructing a query that collects all the data the way you want it...

then create a report sourced on this new query
 
Top