L
Leonard
I would like this to show up as "03" in my table but it
only shows up as "3". How do I force the zero to appear?
Any suggestions welcom.
Private dteCurDate as Date
dteCurDate = Date
[OrdNumYr] = Format(dteCurDate, "yy")
only shows up as "3". How do I force the zero to appear?
Any suggestions welcom.
Private dteCurDate as Date
dteCurDate = Date
[OrdNumYr] = Format(dteCurDate, "yy")