I'm trying to do the following:
I have a form, let's say Orders. I have a subform with the order articles, called OrdersSubform.
I'd like to go to a new record on the subform from a Visual Basic code and give a value to the new record.
While I can easily use the GoToRecord on single main...