I have a very simple report to create that I want to page break on 1 field. I know that there is Data shaping and Heirarchical reports, but this is only 1 table, and I that stuff is soooo confusing.. This is my query..

"SELECT Project_Name, Full_Street_Name,Status, Base_Name FROM Street_Name order by project_name, status, base_name"

I just want the page to break on Project Names and status. I tried setting pagebreak in the group section,(where I display Project_name, status and Base_Names in Bound textboxes) but I get error - "report sections don't match data source". I don't see why it cares if I am not using data shaping.
Any ideas??
thanks