I
ian salmon
I am trying to count the number of characters in a field.
e.g the field contains 11101101.
I wish to count then number of 1's. The answer to the
above should be 6
I have a formula which does this in excel.If cell A1
contains 11101101 the formula is:
=len(substitute(A1,1,"")) but I cant find the equivilent
of 'substitute' in access.
Thanks in advance for any help.
e.g the field contains 11101101.
I wish to count then number of 1's. The answer to the
above should be 6
I have a formula which does this in excel.If cell A1
contains 11101101 the formula is:
=len(substitute(A1,1,"")) but I cant find the equivilent
of 'substitute' in access.
Thanks in advance for any help.