I have a form that opens a “subform” which floats above the main form. When I click on “close” on the floater, I want the cursor to automatically move to next Tab Page on my main form’s tab control. I keep on getting error messages saying that it cannot find the field I specify in my VB.
I’ve tried these both:
forms!frmEditAcceptance!housing.setfocus
DoCmd “forms!frmAcceptance!housing”
Anyone can help?