M
Mark R
On my report, I need the date to have leading zeroes when
necessary;always have two digits in the MM DD.
I currently get 1/4/2004 and 11/2/2002
I want it to print as 01/04/2004
I thought using an expression of some sort in the Query
that supplies the report might work. For instance I
currently append ID to A_Data
ID & A_Data AS COMBOID
and I print COMBOID on the report rather than the fields
separately.
I tend to use short date formats. One particular field in
question is Xdate:
format: short date
Input Mask: 99/99/00
default: Now()
REQUIRED FIELD
The text box input mask property on the form is
99/99/0000;0;
P.S. Can I change the format on the table definition to
match the form's property, Or will I mess up the table?
(the data in the table is currently just test data.
necessary;always have two digits in the MM DD.
I currently get 1/4/2004 and 11/2/2002
I want it to print as 01/04/2004
I thought using an expression of some sort in the Query
that supplies the report might work. For instance I
currently append ID to A_Data
ID & A_Data AS COMBOID
and I print COMBOID on the report rather than the fields
separately.
I tend to use short date formats. One particular field in
question is Xdate:
format: short date
Input Mask: 99/99/00
default: Now()
REQUIRED FIELD
The text box input mask property on the form is
99/99/0000;0;
P.S. Can I change the format on the table definition to
match the form's property, Or will I mess up the table?
(the data in the table is currently just test data.