G Guest Nov 18, 2003 #1 I field that is 6 digits long. I would only like to show the first 4 digits on my report. How can I do this Thanks Josh
I field that is 6 digits long. I would only like to show the first 4 digits on my report. How can I do this Thanks Josh
R Rick Brandt Nov 18, 2003 #2 Josh said: I field that is 6 digits long. I would only like to show the first 4 Click to expand... digits on my report. How can I do this? Left(CStr([NumField]),4)
Josh said: I field that is 6 digits long. I would only like to show the first 4 Click to expand... digits on my report. How can I do this? Left(CStr([NumField]),4)