display date w/o time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do I display the date on my report as mm/dd/yyyy - without the time ?

as always, appreciate your help.

Thanks,
Nancy
 
how do I display the date on my report as mm/dd/yyyy - without the time ?

as always, appreciate your help.

Thanks,
Nancy

Set the control's Format property to
mm/dd/yyyy
 
Unfortunately, the time still displays next to the date :(

For that text box, the control source : [file date]
the format : short date

I've even tried the control source : [file date]
the format : short date

I've defined the field in my table with a format of short date, and the time
does not display. So, what is over riding my format ???


Thanks again,
Nancy
 
Back
Top