Hi June 7
I wasn't able to try the code until today. Having some trouble it prints all of the reports. Should I retrieve the record then print?
RunCommand acCmdSaveRecord
If MsgBox("Would you like to print your report?", vbYesNo) = vbYes Then
DoCmd.OpenReport "CAREER PATH ASSESSMENT EMPLOYEE REPORT", "EmployeeID" = Me.EmployeeID
MsgBox "Thank you for your participation. Please complete your Department Survey and any Department Survey you may have a skill set in."
Me.Requery
DoCmd.Close
End If
End Sub
Thanks
Holli