Problems viewing a recordset
I am so confused......
I am using ASPVB to attempt to query a database and return values to a dynamic data table. If I build the query using the dynamic table button in the data tab, and use only 1 WHERE parameter, all is well. If, on the other hand, I attempt to add multiple parameters to the WHERE statement, the wheels come off.
When I build the query in the Recordset dialog box as shown and hit Test, I get the proper response from the database.

When I complete the dialog for the dynamic table and then attempt to run the page, I get only the table headings and no data. (No errors are displayed)
What am I missing?