Print current record on form in an a report

  • Thread starter Thread starter pwilliams
  • Start date Start date
P

pwilliams

Guest
I want to print a report from a from, using a command button that selects only the information from the current record. I currently have the form set up with a command button, when the button is clicked it it prints all of the records. I could add a parameter query to the command button also, but I don't want to do it that way. Any suggestions?
 
Add the parameter to your report in the query behinde your report:

[Forms]![YourFormName].[IDNumber]
 

Users who are viewing this thread

Back
Top Bottom