Re: mbe works, mde doesn't
Thanks spikepl.
I converted the macro, and get:
Private Sub Report_Open(Cancel As Integer)
On Error GoTo Payslip_Dialog_Open_dialog_Err
DoCmd.Maximize
MsgBox "1"
DoCmd.OpenForm "Payslip Dialog", acNormal, "", "", acEdit, acDialog...