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 forms I don't know how to target the subform at the ObjectType and ObjectName parameters.
Could you please help with some advice or example?
Thanks in advance
Peter
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 forms I don't know how to target the subform at the ObjectType and ObjectName parameters.
Could you please help with some advice or example?
Thanks in advance
Peter