Calculated control in Access Project

G

Glint

I am surprised that mycontrol (controlsource=Sum([Amount])) does not work in
an Access Project; when I filter the recordset, mycontrol continues to
display the total for the entire records.
 
K

Klatuu

It is doing exactly what you are tell it to do. Your control source needs to
be a query that will filter the rows to get the result you want.
 
Top