J
jliddil
My idea is to create a text form field that On Entry open a user form.
this form has four text entry boxes. The first box is set to 5 places
in the format AA111. Text box 2, and 3 allows up to three numbers
places (1, 12, 123, 001, 012). box 4 allows up to 6 numbers.
I then want the data to populate the text from field in the format
Field1Field2-Field3-Field4 with an leading zeros removed.
I have arough idea that I can use CLng to remove the leading zeros,
concatenate the four fields, some how. I can't seem to figure out the
code details. help?
Jim
this form has four text entry boxes. The first box is set to 5 places
in the format AA111. Text box 2, and 3 allows up to three numbers
places (1, 12, 123, 001, 012). box 4 allows up to 6 numbers.
I then want the data to populate the text from field in the format
Field1Field2-Field3-Field4 with an leading zeros removed.
I have arough idea that I can use CLng to remove the leading zeros,
concatenate the four fields, some how. I can't seem to figure out the
code details. help?
Jim