Can I hide rows in Access?

S

Smith

I am trying to hide rows in Access because there are certain ones that I do
not want to print. Is there a way to do this? Or how can I print my chart
to not include them? I'm not too familiar with Access. Thanks!
 
R

Rick B

Your reports should pull the data from a query. Build your query in a way
that it only includes the rows you want.

You need to set up your data source for the report (a query) to pull the
appropriate data before you can build the report.
 
Top