Hello,
I do not understand why I am getting the run-time error "2450", when the form is open. The code the is bold is getting the error. Your expert advise is truly appreciated:
I do not understand why I am getting the run-time error "2450", when the form is open. The code the is bold is getting the error. Your expert advise is truly appreciated:
Code:
If CurrentProject.AllForms("frmclientmailschedule").IsLoaded Then
If i[b]Forms!frmClientMailSchedule!ScheduleID[/b] <> " " Then
Call openFormInstance("frmClientMailSchedule", Forms!frmClientMailSchedule!ScheduleID, "Main")
Else
DoCmd.OpenForm "frmclientmailschedule", , , , acNew
'IntMoveWindow = IntMoveWindow + 1
'DoCmd.MoveSize (IntMoveWindow + 1) * 80, (IntMoveWindow + 1) * 350
End If
Else"
DoCmd.OpenForm "frmclientmailschedule", , , , acNew
'IntMoveWindow = IntMoveWindow + 1
'DoCmd.MoveSize (IntMoveWindow + 1) * 80, (IntMoveWindow + 1) * 350
End If