Leather Knight Posted March 2, 2006 Posted March 2, 2006 How do I have the "date" field convert to a text output? So if the date is March 2, 2006, the result is "2006-March"? I tried this but the March shows up as "2" GetAsText (Year(Trip Date) ) & GetAsText ( Month(Trip Date)) Thanks.
Lee Smith Posted March 2, 2006 Posted March 2, 2006 Year(YourDateField) & "-" & MonthName(YourDateField) Lee
Recommended Posts
This topic is 6859 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now