G
Guest
I have a report that I use a trim text box on the page header, Here it is.
=Trim("Permit Report for " & [P_Mo])
The [P_Mo] is a date. I would like it to be in MMM YYYY format. How can I do
that in the Trim code.
Thanks
Keith
=Trim("Permit Report for " & [P_Mo])
The [P_Mo] is a date. I would like it to be in MMM YYYY format. How can I do
that in the Trim code.
Thanks
Keith