G Guest Apr 30, 2004 #1 How do I print a report of a specific record based on results of combo box on form?
E Elwin Apr 30, 2004 #2 use the WhereCondition parameter of the OpenReport method. DoCmd.OpenReport "myReport", , , "[RecordID]='3'"
use the WhereCondition parameter of the OpenReport method. DoCmd.OpenReport "myReport", , , "[RecordID]='3'"