Thanks for bearing with me...
and sorry for not clarifying everything.
I have created a new query.
Added an extra Field and put:
Days: DateDiff('d',[DeploymentFrom],[DeploymentTo])
I gives the days difference
In report I added this:
=Sum(IIf([VehicleType]="H.Truck",[Days],0))
When I run the...