Need the following Running total to group by [Control]

G

Greg

I have the following running total working in a query, only problem is I
need it to total only the group from the Control field selection.

RunTotal: Format(DSum("Minutes","subtable","[Control]<=" & [ContAlias] & "
"),"0000.0",0)
 
M

Michel Walsh

Hi,



RunTotal: Format(DSum("Minutes","subtable","Selection=
Forms!YourFormNameHere!Selection AND [Control]<=" & [ContAlias] & "
"),"0000.0",0)




where I assumed your impled control (in the form) and field (in the table)
are both called Selection.


Hoping it may help,
Vanderghast, Access MVP
 

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

Similar Threads


Top