The Bad Form Error is come mostly when your form is not initialize in the memory or when u try to initialize the form again when it is all read loaded in the memory.So How u call the form by the FrmGotoForm which close the previous form before opening the new .IF u try to load a form without closing the previous form in that case this problem comes, For that purpose u have to explicitly call the FrmInitForm and FrmSetActiveForm rather than to use the FrmGotoForm .
May be its helps u ... -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
