darth sidious
Registered User.
- Local time
- Today, 03:55
- Joined
- Feb 28, 2013
- Messages
- 86
Hi
I have a query where I am geting the last 4 digits from an id. However my query when it returns the results misses out the leading zero from the results. For instance if I had an id of 12340567 the query should return 0567 but instead it returns 567. This is what I am using:
Max(Right([Employee]![EmployeeNumber],4))
Any help with this would be greatly appreciated.
Many thanks
Darth
I have a query where I am geting the last 4 digits from an id. However my query when it returns the results misses out the leading zero from the results. For instance if I had an id of 12340567 the query should return 0567 but instead it returns 567. This is what I am using:
Max(Right([Employee]![EmployeeNumber],4))
Any help with this would be greatly appreciated.
Many thanks
Darth