I would appreciate some help i have no code experience and was trying to get field to add into one field.
Creating one table
- I did not see a "float" option for the types when creating a field. The information will be numerical
like 34.5 and 23 or .5 I did not look like INT or DEC would be proper so not sure.
I build the records as varchar
- I would like to add the totals of the records into one record
example
INFO_A
INFO_B
INFO_C
INFO_TOTAL would equal (sum of info a, b +c)
Thank for the help or any examples you can provide.