Subject SUM
From Jerry Frost <ealer@comcast.net>
Date Thu, 11 Jan 2024 07:11:20 -0500
Newsgroups dbase.getting-started

I have a table with a numerical field named ENTRYFEE containing both positive and negative numbers in the format 1.00,2.00,-3.00, etc.
Every time I SUM this field I get 0.00 ?

sum entryfee to x
? x

I am still new at this so much appreciation for a possible solution.