A
adam
I am trying to write a code where A=1, B=2, C=3 then add each letter value to get a total
for instance "cat" would be 3+1+20=2
I am trying to find way to return the number of occurances of a letter in a field then multiply by the the set value. I was planning on doing this for each letter in a query then adding them in another query which I would use in a form. the result would be: I type in a word and it would return the total value
for instance "cat" would be 3+1+20=2
I am trying to find way to return the number of occurances of a letter in a field then multiply by the the set value. I was planning on doing this for each letter in a query then adding them in another query which I would use in a form. the result would be: I type in a word and it would return the total value