I'd like to have a command button on a Form that would generate a Report of only the data for the current record displayed on the form.
Could use a kick start in how I should get started. I've built a parameter query that prompts for the Primary Key of a record and am building a report from this Query.
I don't want the user to have to respond to the Prompt of the underlying query. Whatever the active record on the form needs to pass the Primary key to the query and generate the Report.
Thanks
Could use a kick start in how I should get started. I've built a parameter query that prompts for the Primary Key of a record and am building a report from this Query.
I don't want the user to have to respond to the Prompt of the underlying query. Whatever the active record on the form needs to pass the Primary key to the query and generate the Report.
Thanks