Using Access97 the criteria is
(Date()) And ([EDJC])
Database is multiuser setup on Server.
Any computer using Win98 works perfectly.
2000, NT, and XP give error
"Function isn't available in expressions in query expression "(((Schedules,SchDate)=(Date()) AND ..."
If I change it to NOW() the...