I tried that and it says there are no records there but when I place the code in a query under the sql view it works fine, it shows there are records in there. Here is my code
Criteria_Str = [Forms]![EnterPayDate]![txtPayDate]
sql_str = "Select * FROM [Orders Report] WHERE [Orders Report].[Pay...