D
Design by Sue
I have a database to keep track of part numbers that are 5 digits and a
suffix that can be up to three digits. My table are set up with a format of
00000 for the 5 ditig part number. I have created reports that show the two
fields concatenated as part number - suffix (ex: 00231-1, 00231-50) The
problem I am having is the expression (Expr1: PartSuffixTbl!PartNumber & "-"
& Suffix) is removing the leading zeros. The query shows the correct format
for the partnumber field, but when the expression field shows, for my example
shown, 231-1, 231-50. How do I keep the leading zeros in the expression.
If you can help, please tell me where the format coding goes (I've tried on
the properties of the text box the report, but that didn't work)
Thanks in advance for any help.
suffix that can be up to three digits. My table are set up with a format of
00000 for the 5 ditig part number. I have created reports that show the two
fields concatenated as part number - suffix (ex: 00231-1, 00231-50) The
problem I am having is the expression (Expr1: PartSuffixTbl!PartNumber & "-"
& Suffix) is removing the leading zeros. The query shows the correct format
for the partnumber field, but when the expression field shows, for my example
shown, 231-1, 231-50. How do I keep the leading zeros in the expression.
If you can help, please tell me where the format coding goes (I've tried on
the properties of the text box the report, but that didn't work)
Thanks in advance for any help.