Question : Create report from form data

I want to create a report based on a form data....this form takes user input in text fields and does some calculations based on a module...i cant just export data using the export option as it output the field names as labels which the user has to edit

most of the fields in the form are not based on a query and are not part of a table

how can i take the existing data entered in the form and output it to a report?

Answer : Create report from form data

Hi samipk,

You can put expressions in the textboxes of the report like = [Forms]![frmMain]![Text1]


Good Luck!

Gary
Random Solutions  
 
programming4us programming4us