Hi All,
I'm writing a dbase for a local garage. In my app I have a Parts subform within a Work Order form. On the Work Order, there's commandbutton that calls a third form that allows the user to search for parts then transfer the desired part to the Parts subform. I'd like it if the commandbutton also moved the focus in the Parts subform to a new record, but I'm not having much luck. Any help would be appreciated.
I already know about DoCmd.RunCommand acCmdDataEntry. But how do I get it to apply to the subform?
Thanks in advance.
I'm writing a dbase for a local garage. In my app I have a Parts subform within a Work Order form. On the Work Order, there's commandbutton that calls a third form that allows the user to search for parts then transfer the desired part to the Parts subform. I'd like it if the commandbutton also moved the focus in the Parts subform to a new record, but I'm not having much luck. Any help would be appreciated.
I already know about DoCmd.RunCommand acCmdDataEntry. But how do I get it to apply to the subform?
Thanks in advance.