Working in MS Access how do I total selected fields

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

Guest

I have limited abilities in working with Access. I am trying to obtain the
sum of fields in one column when their value in another is equal. How do I do
this?
 
bille said:
I have limited abilities in working with Access. I am trying to obtain the
sum of fields in one column when their value in another is equal. How do I
do
this?

Could you clarify? In Access terms, Fields and Columns refer to the same
thing, so you can't have Fields in a Column. Tables can be described as
having Rows containing Columns of data, or as having Records containing
Fields of Data. The usual terminology used in Access is Records and Fields
but the other is acceptable; what is confusing is when a "blend" of the two
are used.

In what context or circumstances do you need to obtain the sum... in a
Query, in a Report, or in a Form? (You should not be storing the result of
a calculation in a Table, if that calculation can be performed, using
available data whenever the result is needed -- so I did not include that
option.)

Larry Linson
Microsoft 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

Back
Top