I am confused about what to insert into this expression DSUM (expr,domain[,criteria]). How do I complete this in query design view? I am trying to add across columns.
DSum() is a domain aggregate function. It is normally used to sum a single column for a recordset optionally limited to specific criteria. If you want to total across a row you simply add the values in an unbound column on your query:
Sum: Col1 + Col2
You can total this as well by pressing the Sum button on the query toolbar and changing this field's Total property to Sum.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.