
EZrpt is a tool which can generate simple  reports on a single table.  

When you invoke EZrpt by pressing the 'EZrpt'  button in the main Wisql 
window, a new window will appear.  The new window  will show you all the 
fields (columns) in the table, and it lets you  choose which fields to print, 
in what order, as well as which records you want to choose them from and how 
to sort them.  

The whole point of EZrpt is that the user does not have to know any  SQL to 
get a useful report.  The user does have to understand the tables and the 
meaning of the information in them, however.  

NOTE: these reports really are simple;  no joins, no functions, no  OR (only AND).
However, the average casual user can do much of what they need without 
becoming expert in SQL, and the beginner can learn a lot of SQL by using 
this tool.  And it can be used on views.  

You can get more information by using the HELP button in EZrpt.

