I have 2 tables I'm comparing in a query, each has a date field -QCDate in tbl1 and ReviewDate in tbl2. I need the query to only return records where the QCDate =< ReviewDate. How in the heck do I do this? I can't figure it out for the life of me.
Thank you!