SantasLittleHelper
Board Regular
- Joined
- Nov 25, 2016
- Messages
- 77
I have a formula field in an access table which basically combines 2 fields. However, the calculated field changes the number field to remove the zeros. Is the below possible?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Letters[/TD]
[TD]Numbers[/TD]
[TD]What the Calculated Field shows[/TD]
[TD]What I want the calculated field to show[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]0001[/TD]
[TD]AA1[/TD]
[TD]AA0001[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]0002[/TD]
[TD]AA2[/TD]
[TD]AA0002[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]0001[/TD]
[TD]BB1[/TD]
[TD]BB0001[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]0002[/TD]
[TD]BB2[/TD]
[TD]BB0002[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Letters[/TD]
[TD]Numbers[/TD]
[TD]What the Calculated Field shows[/TD]
[TD]What I want the calculated field to show[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]0001[/TD]
[TD]AA1[/TD]
[TD]AA0001[/TD]
[/TR]
[TR]
[TD]AA[/TD]
[TD]0002[/TD]
[TD]AA2[/TD]
[TD]AA0002[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]0001[/TD]
[TD]BB1[/TD]
[TD]BB0001[/TD]
[/TR]
[TR]
[TD]BB[/TD]
[TD]0002[/TD]
[TD]BB2[/TD]
[TD]BB0002[/TD]
[/TR]
</tbody>[/TABLE]