Converting number dates to Day of Week

C

Cloudbuster

I have a table with a date column. You type the date manually for each new
record, for tracking purposes. The date format is 99/99/9999.

I would like to create a query that simply uses all the information from
this table, but add a column to the query where it converts the date to the
correct day of the week. In other words, if 5/17/06 is a Wednesday, I want
the formula column to show "'Wednesday".
 
Top