Ok I have a main report with a couple subreports. I am able to successfully pass numberVar variables from the main report to the subreports but when I try to passs a currencyVar from the subreport to the main report it just gives back a value of $0.00 on the main report.
I declare the variable in the sub report as
Shared currencyVar myTotal := {@TotalCost};
myTotal
then in the main report i call it in a section below the section containing the subreport as
Shared currencyVar myTotal;
myTotal

when i place this variable inthe subreport it comes back as the correct value, but in the main report I just keep getting $0.00. Can anyone help me out?

thanks in advance

oh ya, I am using Crystal Reports 9 and ms access 2003