G Guest Aug 10, 2004 #1 How do I get the weekday function to return a weekday "label" instead of the number? Thanx, Paul
A Allen Browne Aug 10, 2004 #2 Use the Format() function instead of Weekday(), e.g.: Format([MyDateField], "dddd")