That will display a date in a particular format but it will not be in the form of a string variable. I am doing code that will determine the status of shipments in a table. What I want is to create a string variable to insert into a text field that gives a status. The status will appear in a table and will be either: "Comm" or "Test" or "Send Jun06" I thought I had it when I created a calculated field in the Query with this format: CS: "Send " & [Month] & [Year], where the Month wast a calculated field: Month:Format(Month([Send]),"mmm") and Year was a calculated field: Year: Format(Year([Send]),"yy"). But [Month] and [Year] are both incorrect and do not reflect the date of [Send], which nis an actual date field.