I have an SQL database with records of different library members. At the end of the month, I need to print out a sheet with all members who haven't returned their library books and their addresses. I am okay with the query, but I don't know how to print out the results on a paper in tabular form? Is there a proper way of doing this?
I was thinking of writing the results to an html document and printing that. Would that be a good idea? Thanks for your help.