ordendelfai
Technical User
I have a field in a table that is a char, and holds data from the user and automated sources in "yyyy/dd" format. I could not use Date type because it forces the user to type in the day, no matter how I format it, and it stores the day of the date in the field, which I cannot allow.
On a report, I need a control that would normally disply 2003/08 from a table to instead display "Aug, 2003". I cannot figure out how to do this though because the field is a char and not a date. The good news I suppose is the data in the field will always be "yyyy/dd".
Maybe I am doing this all wrong, so if you have a better way, please let me know
. Otherwise, if you could help with a way I could format it, would really appreciate ;o).
Thanks,
~Orden
On a report, I need a control that would normally disply 2003/08 from a table to instead display "Aug, 2003". I cannot figure out how to do this though because the field is a char and not a date. The good news I suppose is the data in the field will always be "yyyy/dd".
Maybe I am doing this all wrong, so if you have a better way, please let me know
Thanks,
~Orden