F
Fred
I have data that has possible 3 characters & up to 10 numbers & up to 3
characters after the numbers. for example
A 012345678 BZ Displayed as A012345678BZ
A 012345679 BZ Displayed as A012345679BZ
I have a query that contains 100 columns that add 1-99 based on the number
entered, then combined with the letters
example of first field expression=
[character1]&[character2]&character3]&[numbers]&[character4]&[character5]&[character6]
example of second field expression=
[character1]&[character2]&character3]&[numbers]+1&[character4]&[character5]&[character6]
this gives me the all letters entered on the left of the numbers, the
numbers, and the letters on the right, then the next field adds +1
My problem is that if the number begins with a zero, the zero is dropped.
now my data that should have been A012345679BZ is now A12345679BZ.
I wan't to be able to calculate numbers then make them into text within one
database using queries and tables. I create 100 idnumbers in consecutive
order at a time. the position of the letters varies, and the numerical data
is from 3 to 10 digits.....please help someone. Thanks for your time!
characters after the numbers. for example
A 012345678 BZ Displayed as A012345678BZ
A 012345679 BZ Displayed as A012345679BZ
I have a query that contains 100 columns that add 1-99 based on the number
entered, then combined with the letters
example of first field expression=
[character1]&[character2]&character3]&[numbers]&[character4]&[character5]&[character6]
example of second field expression=
[character1]&[character2]&character3]&[numbers]+1&[character4]&[character5]&[character6]
this gives me the all letters entered on the left of the numbers, the
numbers, and the letters on the right, then the next field adds +1
My problem is that if the number begins with a zero, the zero is dropped.
now my data that should have been A012345679BZ is now A12345679BZ.
I wan't to be able to calculate numbers then make them into text within one
database using queries and tables. I create 100 idnumbers in consecutive
order at a time. the position of the letters varies, and the numerical data
is from 3 to 10 digits.....please help someone. Thanks for your time!