How to Sum a text field? We have this existing app that has a SQL DB. I cannot add fields but there are unused ones. The problem is the field I want to use is a text 2 char field. I can put numbers in it but no matter what I try I cannot get access to do any summing.
I have tried Sum(Priority) in query
Adding Sum(Priority) to the group footer on a report
Adding a field that is Formatnum([Priority],0 ) and then doing the above again
Used isnum(Priority) and got #Error
Nothing worked all type mismatches
Anybody have a solution for this?
I have tried Sum(Priority) in query
Adding Sum(Priority) to the group footer on a report
Adding a field that is Formatnum([Priority],0 ) and then doing the above again
Used isnum(Priority) and got #Error
Nothing worked all type mismatches
Anybody have a solution for this?