I had the report setup exactly how i wantted it with the heading for a branch and the details for each record below. But the dates for each record were in a random order.
So i used the 'sorting and order' button in design mode to display the dates in ascedning order. But now the report has gone back to showing a heading for every record.uggh.
I already have following line in the button.
DoCmd.OpenReport stDocName, , , "[Branch_Id]=" & Me.Branch_Id
So what do i need to change now?
So i used the 'sorting and order' button in design mode to display the dates in ascedning order. But now the report has gone back to showing a heading for every record.uggh.
I already have following line in the button.
DoCmd.OpenReport stDocName, , , "[Branch_Id]=" & Me.Branch_Id
So what do i need to change now?