For four Years I have been using this statement. Yesterday it stopped
working and I do not know why.
rst = db.openrecordset("SELECT * FROM STUDENTS WHERE TstCde = 'B' ORDER BY
LstTstDt, StudentID)
Now all of a sudden it just goes to end of file. After four days of
confusion I removed the Field LstTstDt and it read the file. The contents of
the date field where updated the last time the student took the test. It is
mandatory under our State law that we use this date in this manner! In Short
I cannot use Date Fields in my SELECT SQL Statement.
Does anyone know what has been changed and why it stopped working.
Thank You in Advance
Bill