I recently converted a dbase which worked fine on Access XP but on conversion to 97 I found that my append query would not function. The error message told me that I had either typed the expression incorrectly that it may be too complex.
The query is simple enough as it asks the dbase to append all records that are older than today i.e. out of date. The expression I am using in the date field criteria is <Date().
The relevant line in SQL is WHERE (((tblbookings.Date)<Date())); which also seems fine. Try as I might I cannot get it to run on 97 but it works fine on the XP version. Is the conversion itself corrupting the hwole dbase? Please help!!!!!
Cavan
The query is simple enough as it asks the dbase to append all records that are older than today i.e. out of date. The expression I am using in the date field criteria is <Date().
The relevant line in SQL is WHERE (((tblbookings.Date)<Date())); which also seems fine. Try as I might I cannot get it to run on 97 but it works fine on the XP version. Is the conversion itself corrupting the hwole dbase? Please help!!!!!
Cavan