Date Format

S

Steve

What is the best way to show a date in a field as only mm/yy versus mm/dd/yy?
Should that be set up in the table or can you do that at the form level?

Thanks,
 
F

fredg

What is the best way to show a date in a field as only mm/yy versus mm/dd/yy?
Should that be set up in the table or can you do that at the form level?

Thanks,

Set the Format property of the Date control to:
mm/yy
 
R

Rick Brandt

Steve said:
What is the best way to show a date in a field as only mm/yy versus
mm/dd/yy? Should that be set up in the table or can you do that at
the form level?

Thanks,

Just enter mm/yy into the format property (table or form or report).
 
Top