Ofer thank you for your help. the colum that has the year month day is
titled Date.
As a result, in my query, I added a column and typed the following next to
each catagory:
Field Name: Expr1: [DATE2]
Table: 22 since this is the name of my table
Total: Expression (i selected this from the drop down menu)
Sort: Assending
Show: I left this unchecked
Criteria: Mid([Date],5,2) & "/" & Left([Date],4)
when I click on the datasheet icon I am prompted to enter a data value for
22.date2. If I enter 1/2005 the data sheet shows only heading but not data.
What am I doing wrong.
Your help is greatly appreicated.
Ofer said:
Try this
mid(FieldName,5,2) & "/" & left(FieldName,4)
:
I imported some data that is in the Year Month Day format and want to change
it to month/year format can this be done??????