Thanks guys. I tried to link the tables in, and it did work.. but now I'm more confused! When I converted the database, every record came up as a text field. I was sure this couldnt be right.. but apparently it is. The field OrderDate is a text field, and this is the query they are running on it..
SELECT * FROM ordhdr WHERE OrderDate >= #04/27/03# AND OrderDate <= #05/29/03#
how can this have ever worked on a text field? any ideas would be greatly appreciated!