I have a student application database with a form that contains the information for each application.
I would like to create a report from the form (I`m unsure if I should use a macro or a command button) but what it should do is upon clicking, it should create a report which only contains the information from the current application that is being displayed on the form.
I have created a report that looks like this:
To create the Macro (which when clicked opens the report in print preview mode) I used the following criteria under the where box in macro design: [Application]![Record ID]=[Forms]![Form]![Record ID]
However when I click the macro on the form it brings up the report but does not populate the fields in the report with the data from the form.
The question I am asking is how does one usually create a button on a form that once clicked will bring up a print preview that contains the information that is contained within that form (not multiple records)
Thanks,
Tom