G Guest May 25, 2005 #1 How do I show just the day of the week in a date field, i.e., "Tuesday". TIA!
G Guest May 25, 2005 #3 Today's date: format(date(),"dddd") Table/query field: format(MyDateField,"dddd") You could also change the format in the properties
Today's date: format(date(),"dddd") Table/query field: format(MyDateField,"dddd") You could also change the format in the properties