I am working with a database that contains a large number of fields, where each record is a stand alone set of information. I have developed a report that puts all of the information database into a useful format, but I have not been able to limit the report to displaying only the record that is open in my form. It insists on displaying a report for every record, which is not useful to me. I would like to have a command button on my form that will open a report for the record displayed in the form, and for no other records, how can I do this?