G
Gulf Coast Electric
I need for this code to print all the records from this form to Report.
Right now it is printing only one at a time.The forms name is
FEmpTotHours. Report name is RCheckAll
On Error GoTo Err_Command75_Click
DoCmd.OpenReport "RCheckAll", acNormal
Exit_Command75_Click:
Exit Sub
Err_Command75_Click:
MsgBox Err.Description
Resume Exit_Command75_Click
Right now it is printing only one at a time.The forms name is
FEmpTotHours. Report name is RCheckAll
On Error GoTo Err_Command75_Click
DoCmd.OpenReport "RCheckAll", acNormal
Exit_Command75_Click:
Exit Sub
Err_Command75_Click:
MsgBox Err.Description
Resume Exit_Command75_Click