I have a form (frmSponsorship) that had two subforms on it and was working fine. I created a new table and form (frmPromotions) and added that to frmSponsorship. I set-up the parent and child fields to link the form and subform. Now I can't open the form in Design view or Form View. The error that I'm getting is:
Run-time error '2001':
You canceled the previous operation.
End/Debug/Help
When I click Debug, it takes me to the code that I used on a previous form (frmMainMenu) to open frmSponsorship:
stDocName = "frmSponsorship"
DoCmd.OpenForm stDocName, , , stLinkCriteria
(the DoCmd line is highlighted in yellow)
Any suggestions on how to get into this form - ideally, I'd like to get the subform to work on this form, but at the very least I need to get into it to delete the subform so it can at least be opened and used by users.
Thanks.
Anna Jaeger
iMIS Database Support
Run-time error '2001':
You canceled the previous operation.
End/Debug/Help
When I click Debug, it takes me to the code that I used on a previous form (frmMainMenu) to open frmSponsorship:
stDocName = "frmSponsorship"
DoCmd.OpenForm stDocName, , , stLinkCriteria
(the DoCmd line is highlighted in yellow)
Any suggestions on how to get into this form - ideally, I'd like to get the subform to work on this form, but at the very least I need to get into it to delete the subform so it can at least be opened and used by users.
Thanks.
Anna Jaeger
iMIS Database Support