I have a text box on a form which pulls it's data from a table field which stores dates.
Right now the text box displays dates like this: 1/31/2010
I would like the text box to display: Jan 2010
What do I have to do in the property sheet to get it to do this?
I tried to change control source to "Format(MonthPaid, "mmm yyyy") but that doesn't do it.
Thanks.