hi,
I only can print the report once. If i print for the second time i have the run time errors " Operation is not allowed when the object is open. What can i do to avoid this. How to use refresh here?
Private Sub Print_Click()
DataEnvironment.Invoice_Grouping reg_no, inv_no
Invoice.Show vbModal
End Sub
