I need to get the right end of a field. Really what i want is
everything after 7 characters in.
so if the field is 123456789
i would return 89
I can't use right([field]) since i don't know how many characters the
field will be.
any help
tia,
KO
everything after 7 characters in.
so if the field is 123456789
i would return 89
I can't use right([field]) since i don't know how many characters the
field will be.
any help
tia,
KO
Comment