Hi I have been trying to print out only one record.
My Primary key: Primary key (Auto Numbered)
Form Name: Main Menu From2
Button Name: Print Record
Report Name: MOC Report1
The Code is typed:
Code:DoCmd.OpenReport "MOC Report1", acViewNormal, , "[Primary key] = " & Forms!MainMenuForm2
When I created a button in the Form Design, I selected the "print record".
I would appreciate anyone's help.
Thank you!