Rick said:
If you use quotes (") then you get a string comparison rather than a Date
comparision. Use # instead.
Rick, thank you for your reply. I am revising a database created years ago by
someone else and after going around in circles all weekend on this I
discovered the problem is the Date Field in the tables. Some of Date Fields
are Text and others are Date/Time. Some have an InPut Mask, others don't.
For the tables that have date fields using (Date/Time)the query works using #,
however many of the dates look like 1_/1_/2006. The Find and Replace will not
work. Do you suggestions on how to clean this up? Any suggestions will be
greatly appreciated.