M
mamasonflowa
I have a main form with a subform in it. I want the end user to click the
"NextOrder" button to save and go to new blank record, when same end user is
entering multiple orders. The button is in the subform and works there but
not after I load the subform into main form. It gives me the following error.
The object NONAME isn't open
*The macro you are running (directly or indirectly) contains a GoToRecord,
RepaintObject, or SelectObject action, but the Object Name argument names an
object that is closed.
*The objectname argument for the GoToRecord, RepaintObject, or SelectObject
method names an object that is closed.
Use one of the Open action or methods to open the object so that you can
carry out the desired action.
Within the subform, that the NoName object (table) is not open and yet I
don't get the error.
"NextOrder" button to save and go to new blank record, when same end user is
entering multiple orders. The button is in the subform and works there but
not after I load the subform into main form. It gives me the following error.
The object NONAME isn't open
*The macro you are running (directly or indirectly) contains a GoToRecord,
RepaintObject, or SelectObject action, but the Object Name argument names an
object that is closed.
*The objectname argument for the GoToRecord, RepaintObject, or SelectObject
method names an object that is closed.
Use one of the Open action or methods to open the object so that you can
carry out the desired action.
Within the subform, that the NoName object (table) is not open and yet I
don't get the error.