K
Kevin Labore
Hello:
I have a table that has a Field (StockNum)
The field is Integer (not text)
The orderqty Field is Integer as well.
When used in forms and reports it of course supresses the leading Zeros, is
there an easy way to show the zeros?
The StockNum(Sku#) is a 4 digit # (so if the sku# = 123) I would want to
display 4 digits (ie. 0123) and the QTY always needs to be 2 digits ( so if
the orderqty was 6, it would need to be 06). The generated order needs to
display a 6 digit # based on sku# and orderty. (ie. 0123-06) Displaying a
dash or other character inbetween is fine to make it easier to read) So in
other words I am not trying to create a new number from the 2 numbers but
just displaying them together with the leading zeros?
thanks for any help
Kevin
I have a table that has a Field (StockNum)
The field is Integer (not text)
The orderqty Field is Integer as well.
When used in forms and reports it of course supresses the leading Zeros, is
there an easy way to show the zeros?
The StockNum(Sku#) is a 4 digit # (so if the sku# = 123) I would want to
display 4 digits (ie. 0123) and the QTY always needs to be 2 digits ( so if
the orderqty was 6, it would need to be 06). The generated order needs to
display a 6 digit # based on sku# and orderty. (ie. 0123-06) Displaying a
dash or other character inbetween is fine to make it easier to read) So in
other words I am not trying to create a new number from the 2 numbers but
just displaying them together with the leading zeros?
thanks for any help
Kevin