I have a report that gets it data from a query.
One feild in this query (Expr2) is an expression based on two date feilds in two tables.
I want the report to group this feild into month so have created a group header based on Expr2 and put an expression in the On Format feild =format$([expr2],"mmmm",). This works fine and the records are grouped into month.
Now I want to sort the records in this month group by ascending date order so I have created an ascending sort on the feild Expr2
Bad news is it just does not work.
The records are getting grouped into month perfectlly but for some reason some of them just do not ascending sort within the month - most do, but some just do not!
Really frustrated - any ideas please?
Thanks
JohnG
One feild in this query (Expr2) is an expression based on two date feilds in two tables.
I want the report to group this feild into month so have created a group header based on Expr2 and put an expression in the On Format feild =format$([expr2],"mmmm",). This works fine and the records are grouped into month.
Now I want to sort the records in this month group by ascending date order so I have created an ascending sort on the feild Expr2
Bad news is it just does not work.
The records are getting grouped into month perfectlly but for some reason some of them just do not ascending sort within the month - most do, but some just do not!
Really frustrated - any ideas please?
Thanks
JohnG