Hi,
I have designed crystal report using vb.net. It has two tables Orders and Customers. I have used two Group section in that report.

Group#1 orders.ShipName
Group#2 orders.ShipDate

The data type of ShipDate is DateTime. But i want to show the report ShipDate Monthly wise.
Like As Follows ,
January
<ShipName>
<orderDetails>
;
;


I am beginner to crystal report. pls help...
Thanks in Advance...