Calculated control in Access Project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top