E
EllenM
Hello,
I have a field of text with values such as:
07-55
02-222
03-4444
In an empty field, using an update query, I'd like to make them 8 digits
formatted like "yy-00000, with leading zeros added after the "-", so
07-55 becomes 07-00055
02-222 becomes 02-00222
03-4444 becomes 03-04444
Is there a simple way to do this?
Thanks,
Ellen
I have a field of text with values such as:
07-55
02-222
03-4444
In an empty field, using an update query, I'd like to make them 8 digits
formatted like "yy-00000, with leading zeros added after the "-", so
07-55 becomes 07-00055
02-222 becomes 02-00222
03-4444 becomes 03-04444
Is there a simple way to do this?
Thanks,
Ellen