Mitch_____W
Mitch
- Local time
- Today, 09:08
- Joined
- Oct 31, 2001
- Messages
- 73
I need to cut the first 3 characters from each record in a field. each record has a total amount of characters. I tried using a combination of the Right() and Len() functions with no luck...
EX:
=Right([Serial_Number],((Len([Serial_Number])-3))
Any Ideas???
Thanks in advance!!!
Mitch
EX:
=Right([Serial_Number],((Len([Serial_Number])-3))
Any Ideas???
Thanks in advance!!!
Mitch