It certainly is.
in subreport 1, in your formula field declare a shared variable:
Shared Numbervar TotalEntered;
and have your variable equal the result of your formula:
TotalEntered := formula
in subreport 2, you can then reference your shared variable:
Shared Numbervar TotalEntered;
Hope that helps.
Edited by MaddMatt - 10 Jun 2008 at 4:51am