Another option to creating a custom report is creating a custom query which selects all from the table and displaying that data on a "secure" page where the users have to log into. Your query might look like this:
SELECT * FROM Form_YourCustomTable ORDER BY YourColumnName
You'd get the table name from the form's definition. You can also use this query to create a report with too.