I want to search a table for records between two dates and then print the result of the search. I proform the search using an SQL between statement and display the result in a listview box this part work fine. I just don't know how to print the recordset?
This is what I have so far.
Set rsTemp = new ADODB.Recordset
rsTemp.Open "(My SQL statement)"
How can I pass the recordset to Data Report to preview and print the result? or Just Print the result in the recordset
Any help will be Greatly Appreciated
Ron
This is what I have so far.
Set rsTemp = new ADODB.Recordset
rsTemp.Open "(My SQL statement)"
How can I pass the recordset to Data Report to preview and print the result? or Just Print the result in the recordset
Any help will be Greatly Appreciated
Ron