I have a command button that i need to be able to save the current record in a completely different form and then start a new record in that same form.
I tried
but that did not work. Can anyone assist me with this one
Thanks
I tried
Code:
Forms!hfrm_PerSerOrgSerAssoc.Form.NewRecord
Thanks