How do I get a date value to display just the month and year?( i..

A

Albert D. Kallal

Just use the format for the control box.


are we talking about a query here?

just add an additional column....

MyDateMonth: format([MyDateField],"mmm-YYYY")
 
Top