date display in report

K

krisberse

I have a field in my table for Date (mm/dd/yyyy format). In my report,
would only like to display the month and day from that field. How shoul
I go about it?

Thanks in advance for your help
 
R

Rick Brandt

krisberse said:
I have a field in my table for Date (mm/dd/yyyy format). In my
report, I would only like to display the month and day from that
field. How should I go about it?

Thanks in advance for your help.

Use a format property on the TextBox control of "mmmm dd".
 
Top