I am using access 2002. I have a table with a field called BillMonth that has a date with the month in it in a text format. Ex. 201304 I am trying to write an update query for the next field called Yr. Both fields in the table are text. I am getting an invalid syntax error. In design view my query looks like this:
Field Yr
Left[BillMonth],4)
Table RPT_Detail
Any help is appreciated
Tom
Field Yr
Table RPT_Detail
Any help is appreciated
Tom