G Guest Apr 3, 2006 #1 I have a Querie that pulls the date from a table using a short date. I would like to see only month and year. Can someone help?
I have a Querie that pulls the date from a table using a short date. I would like to see only month and year. Can someone help?
T Tom Ellison Apr 3, 2006 #2 Dear LM: There are functions Month() and Year() that operate on a date to return those values. If you want a single column and/or if you want the month's name rather than number, look at the Format() function. Tom Ellison
Dear LM: There are functions Month() and Year() that operate on a date to return those values. If you want a single column and/or if you want the month's name rather than number, look at the Format() function. Tom Ellison