F
Flopbot
Can this be done? I hope I’m missing something small. A query named “Qry
Monthly Volunteer Email†has a field named [Date]. Right now it returns
4/24/2010 but I would like for it to return “Sat, 4/24/2010†to solve any
confusion as to day of the week. I modified the following from other
discussions on this subject, but it continues to return 4/24/2010.
SELECT [Tbl Vol Opportunities].Date, Format([Date],"ddd, mm/dd/yy")
Thank you for your help!
Monthly Volunteer Email†has a field named [Date]. Right now it returns
4/24/2010 but I would like for it to return “Sat, 4/24/2010†to solve any
confusion as to day of the week. I modified the following from other
discussions on this subject, but it continues to return 4/24/2010.
SELECT [Tbl Vol Opportunities].Date, Format([Date],"ddd, mm/dd/yy")
Thank you for your help!