Hi
Can anyone help me with a problem I am having getting a command button to open a report?
The VBA script generated by the wizard is
Private Sub openreport_Click()
On Error GoTo Err_openreport_Click
stDocName = "Recharge schemes all data"
Exit_openreport_Click:
Exit Sub...