G
Guest
I have used
AuditNum: Right([AuditName],Len([AuditName])-InStr(1,[AuditName],"= "))
to return the right most numbers from this string:
Update ID = 1824 The number can vary from 1 digit to 10 digits.
For some reason, I get a leading space with the returned results. How can I
get rid of this extra space?
AuditNum: Right([AuditName],Len([AuditName])-InStr(1,[AuditName],"= "))
to return the right most numbers from this string:
Update ID = 1824 The number can vary from 1 digit to 10 digits.
For some reason, I get a leading space with the returned results. How can I
get rid of this extra space?