G Guest Mar 3, 2006 #1 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
F fredg Mar 3, 2006 #3 how do I display the date on my report as mm/dd/yyyy - without the time ? as always, appreciate your help. Thanks, Nancy Click to expand... Set the control's Format property to mm/dd/yyyy
how do I display the date on my report as mm/dd/yyyy - without the time ? as always, appreciate your help. Thanks, Nancy Click to expand... Set the control's Format property to mm/dd/yyyy
G Guest Mar 3, 2006 #4 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
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