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

  • Thread starter Thread starter Guest
  • Start date Start date
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")
 
Back
Top