A
acgs
Guest
Within one of my tables I have a text field and a number field. I would like to concatenate them. Although I know how to concatenate I have the following problem:
1. The number field is filled with a code from an Oracle database and contains some entries which contain leading 0's. These leading 0's are required to identify the code.
2. When the two fields are joined, Access is dropping the leading 0's from the code. The result is therefore wrong.
i.e. Text = AA8769 Number= 0073
After joining, result = AA876973 but should be AA87690073
3. If I inspect the number field in the table all codes are displayed correctly i.e. 0073.
If anyone knows how to solve this please help.
Cheers
1. The number field is filled with a code from an Oracle database and contains some entries which contain leading 0's. These leading 0's are required to identify the code.
2. When the two fields are joined, Access is dropping the leading 0's from the code. The result is therefore wrong.
i.e. Text = AA8769 Number= 0073
After joining, result = AA876973 but should be AA87690073
3. If I inspect the number field in the table all codes are displayed correctly i.e. 0073.
If anyone knows how to solve this please help.
Cheers
