B
BZeyger
Hello,
I currently have a custom report which I created. I have a list box that
provides numerious values. These values need to be calculated.
The current listbox has
SELECT [Proposals qry].Value FROM [Proposals qry] WHERE ((([Proposals
qry].Project)=[reports]![Weekly Report - CSOT DDG 110 - 112]![project name]));
in the row source.
I have another textbox in which I need to calculate the total to that list
box.
How would I do this?
I currently have a custom report which I created. I have a list box that
provides numerious values. These values need to be calculated.
The current listbox has
SELECT [Proposals qry].Value FROM [Proposals qry] WHERE ((([Proposals
qry].Project)=[reports]![Weekly Report - CSOT DDG 110 - 112]![project name]));
in the row source.
I have another textbox in which I need to calculate the total to that list
box.
How would I do this?