I want to take a date such as 6/1/2006 and create a string variable "Jun06" but I am having problems getting the string variable to end up as "Jun06". It wants to create a string variable, "6/1/2006
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.