aussiehedge
Registered User.
- Local time
- Today, 17:46
- Joined
- Nov 24, 2006
- Messages
- 10
i have a query called "Total charges for mode count" with 3 columns
SumOfPackages, Port Of Loading, Mode
In a report i am trying to lookup from this query that is not bound to the report and add the total number of packages. The report contains two groups Port of loading and mode.
The lookup will first need to determine the port then the mode to give the correct total.
=DSum("[SumOfPackages]","Total Charges For mode count","[Port Of Loading] = '" & Reports!Test3![Port Of Loading] & "[Mode]= '" & Reports!Test3!MODE & "'")
Any help would be great!
SumOfPackages, Port Of Loading, Mode
In a report i am trying to lookup from this query that is not bound to the report and add the total number of packages. The report contains two groups Port of loading and mode.
The lookup will first need to determine the port then the mode to give the correct total.
=DSum("[SumOfPackages]","Total Charges For mode count","[Port Of Loading] = '" & Reports!Test3![Port Of Loading] & "[Mode]= '" & Reports!Test3!MODE & "'")
Any help would be great!