B BB Nov 3, 2008 #1 I need to use the command button to instruct a print of the existing record. How do I go about doing this?
I need to use the command button to instruct a print of the existing record. How do I go about doing this?
C Clifford Bass Nov 3, 2008 #2 Hi BB, Use something like this: DoCmd.OpenReport "rptMyReport", , , "where [RECORD_ID] = " & [txtRECORD_ID] Clifford Bass
Hi BB, Use something like this: DoCmd.OpenReport "rptMyReport", , , "where [RECORD_ID] = " & [txtRECORD_ID] Clifford Bass