neilwebber
Registered User.
- Local time
- Today, 00:18
- Joined
- Aug 19, 2002
- Messages
- 35
Here's a quick one for the experts out there.
I have a field (PCLNumber) that contains a number in each record.
I want to change this field so that it fits the format
PCL00000
ie I want to add 'PCL' to each record and the right amount of zeros so that each numerical part is five figures long.
eg The entry 123 in Field PCLNumber would become PCL00123
The entry 12 in Field PCLNumber would become PCL00012 etc
I know this should be easy but I just can't find a specific reference on how to do this and my coding isn't up to much.
thanks very much
Neil
I have a field (PCLNumber) that contains a number in each record.
I want to change this field so that it fits the format
PCL00000
ie I want to add 'PCL' to each record and the right amount of zeros so that each numerical part is five figures long.
eg The entry 123 in Field PCLNumber would become PCL00123
The entry 12 in Field PCLNumber would become PCL00012 etc
I know this should be easy but I just can't find a specific reference on how to do this and my coding isn't up to much.
thanks very much
Neil