N nyasa05 New member Local time Today, 11:33 Joined Aug 31, 2015 Messages 11 Aug 1, 2018 #1 Hello: I am hoping someone can help me. I have a subform on the MainForm and a Print button. I'd like the print button on the MainForm to open a report when a record is selected on the subform. - Thanks in advance.
Hello: I am hoping someone can help me. I have a subform on the MainForm and a Print button. I'd like the print button on the MainForm to open a report when a record is selected on the subform. - Thanks in advance.
June7 AWF VIP Local time Today, 07:33 Joined Mar 9, 2014 Messages 6,044 Aug 1, 2018 #2 Use DoCmd.OpenForm command and set its WHERE argument. Search web for lots of info.