Matt Brown
Registered User.
- Local time
- Today, 12:44
- Joined
- Jun 5, 2000
- Messages
- 120
Hi all,
Havent been here for a while.
I am trying to pad out a number so that it always displays 8 digits and starts from the right ie
00000315
00000316
etc, etc
i am using the following as it is a barcode in a control source field:
="*" & "00000000" & [UnitSN] & "*"
At the moment this adds 8 zeros to the UnitSN number.
I have tried using Right$() function but cannot get it to accept it.
Anyone have any ideas please.
Barcode font is code39.
Thanks
Matt
Havent been here for a while.
I am trying to pad out a number so that it always displays 8 digits and starts from the right ie
00000315
00000316
etc, etc
i am using the following as it is a barcode in a control source field:
="*" & "00000000" & [UnitSN] & "*"
At the moment this adds 8 zeros to the UnitSN number.
I have tried using Right$() function but cannot get it to accept it.
Anyone have any ideas please.
Barcode font is code39.
Thanks
Matt