I have a form (frmMaster), which has a subform (frmMasterSub). The subform displays a set of records that are related to a combo box on frmMaster. This bit works great. The default form navigation buttons work fine, including the ‘Add new record’ button.
I have imported the fsubNavigate subform from the CD provided with Getz, Litwin, and Gilbert’s Access 2000 Developer’s Handbook (Vol. 1) into my project, and dragged the form onto frmMasterSub.
The problem is that the next, last, previous and first buttons work as advertized, but the ‘Add new record’ button gives me an error message:
“The object ‘frmMasterSub’ isn’t open (2489)” (vbOkOnly). I do not understand what is going on, or how to correct this (the button seems to work OK if the frmMasterSub is opened as a stand-alone form).
Can anyone provide some guidance, please?
kiwi44