G
Guest
I want to have a field in a report do something like ...
If the number starts with "99" then chop off the first two digits.
Can someone help me with this function?
I've tried:
If ([Field1]=99###, LTrim ([Field1], 2), [Field 1])
but it does not work. Help please!
If the number starts with "99" then chop off the first two digits.
Can someone help me with this function?
I've tried:
If ([Field1]=99###, LTrim ([Field1], 2), [Field 1])
but it does not work. Help please!