addition of elements in a single record

N

N.Janopoporolus

I need to add-up the number of times the same value (element) is used in a
single record (row.)
 
J

John W. Vinson

I need to add-up the number of times the same value (element) is used in a
single record (row.)

Then you need to redesign your non-normalized table structure.

For a more detailed answer please post a more detailed description of your
table, and what you mean by an "element".

John W. Vinson [MVP]
 
Top