M
Mike
I am trying to string together several elements of data
into a 5 digit string.
the first 2 characters are alpha
the next 3 characters are numeric.
the problem i am having is that the numeric portion of
the string (last 3 characters) are referenced from a
different table and are not always 3 characters.
i.e. if the referenced number is 2, i need to have this
stringed together as:
XX002
right now it is being stringed together as (XX2)
i am using the following string command:
"xx" & [table reference][field ref]
can anyone help me with how to make sure that this string
length is 5 characters?
any help is appreciated.
Thanks,
into a 5 digit string.
the first 2 characters are alpha
the next 3 characters are numeric.
the problem i am having is that the numeric portion of
the string (last 3 characters) are referenced from a
different table and are not always 3 characters.
i.e. if the referenced number is 2, i need to have this
stringed together as:
XX002
right now it is being stringed together as (XX2)
i am using the following string command:
"xx" & [table reference][field ref]
can anyone help me with how to make sure that this string
length is 5 characters?
any help is appreciated.
Thanks,