rockman
Senior Member
- Local time
- Today, 03:29
- Joined
- May 29, 2002
- Messages
- 190
I am trying to call a procedure that is located in my subform module from my main form. I keep getting
Form: frmSchedule
SubForm: subDetails
Subroutine Name: UpdateDays
This is the call from the main form:
The subroutine runs fine when called from within the subform.
Any thoughts?
Jeff
Here is my set-up:Error '2465': Application-defined or object-defined error.
Form: frmSchedule
SubForm: subDetails
Subroutine Name: UpdateDays
This is the call from the main form:
Code:
Private Sub Button1_Click()
Forms!frmSchedule!subDetails.Form.UpdateDays
End Sub
Any thoughts?
Jeff