A
ADB_Seeker
My form has a combo box from which I select a three-digit number (shop code).
It shows as a three-digit number in the form, however when I run the report,
which gets its information from the active record in the form, only the first
digit is shown.
(i.e., 600 shows 6, 550 shows 5)
I put 000 in the Format property and this put two zeros in front of the one
number that does show. I tried General Number and got the two zeros after a
decimal point.
My Control Source for the report text box is: =Forms![FIND ER 2]![SHOP
NUMBER].
Shop Number is set up in my table [ER TABLE] as Numeric, on the form as
combo box, and on the report as a text box.
Thank you in advance for your help.
Linda
It shows as a three-digit number in the form, however when I run the report,
which gets its information from the active record in the form, only the first
digit is shown.
(i.e., 600 shows 6, 550 shows 5)
I put 000 in the Format property and this put two zeros in front of the one
number that does show. I tried General Number and got the two zeros after a
decimal point.
My Control Source for the report text box is: =Forms![FIND ER 2]![SHOP
NUMBER].
Shop Number is set up in my table [ER TABLE] as Numeric, on the form as
combo box, and on the report as a text box.
Thank you in advance for your help.
Linda