S
Steve Brown
I have a tabel that contains numbers like
10001414598
I only want the last 7 digits to display in my report
1414598
How do I do this?
I tried puting the following expresion in the controll
source for the text box but the result displayed in the
report was 0
=Right(CStr(CLng([med_rec_nbr])),5)
10001414598
I only want the last 7 digits to display in my report
1414598
How do I do this?
I tried puting the following expresion in the controll
source for the text box but the result displayed in the
report was 0
=Right(CStr(CLng([med_rec_nbr])),5)