Subforms: this should be easy [RESOLVED]
I'm working with VBA/Access 2000.
I have a frmForm and a frmSubform. The subform is independant, no child link and all. It shows a customer's info (name, adress and so on).
I want the subform to go to a newrecord. I've tried the following "GoToRecord" method, with no succes:
DoCmd.GoToRecord acDataForm, Forms!frmForm.frmSubform.Form.Name, acNewRec
I get the error: "The Object 'frmCustomer' isn't open".
...so it gets the form name alright, but because it's in a subform (?), it says it isn't opened.
Any idea? Thanks