smoothdra Posted June 23, 2000 Posted June 23, 2000 Is there a way to show only three digits of a multi-digit number? I have numbers ranging from 001 to 24,999 but I only want to show the right three digits. Is this possible?
filecrazy Posted June 23, 2000 Posted June 23, 2000 Hi, Assuming you've already captured the number in the first field, you can create a calculation field that returns only the last 3 digits. Second field = Right(First field, 3) Good luck.
smoothdra Posted June 23, 2000 Author Posted June 23, 2000 Thanks for the help Filecrazy! Everything is working fine now.
Recommended Posts
This topic is 8924 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now