A
AccessDB
I have a report(rptBuildRpt) that generates a report from a
form(FrmBuildReports). On the report, I have a text box called
txtMedian. I want to get the median of a column (Engine Price Est) in
the report only (over group). Can someone please give me the code for
this?
For an example I have a text box called txtMax and the control sourcce
is
=Max([Engine Price Est]) and this gives me the Max price for the
report that was generated.
What would the control source code be for Median?
form(FrmBuildReports). On the report, I have a text box called
txtMedian. I want to get the median of a column (Engine Price Est) in
the report only (over group). Can someone please give me the code for
this?
For an example I have a text box called txtMax and the control sourcce
is
=Max([Engine Price Est]) and this gives me the Max price for the
report that was generated.
What would the control source code be for Median?