Xenix Registered User. Local time Today, 21:27 Joined Oct 8, 2001 Messages 124 Feb 6, 2003 #1 How can I add a new record on a subform? I use the code: Forms!Customer!NotesQuery!Customer = Forms!Customer!NAME but this just overrights the customer field on the notesQuery form Thank you in advance Mike
How can I add a new record on a subform? I use the code: Forms!Customer!NotesQuery!Customer = Forms!Customer!NAME but this just overrights the customer field on the notesQuery form Thank you in advance Mike
Mile-O Back once again... Local time Today, 21:27 Joined Dec 10, 2002 Messages 11,305 Feb 6, 2003 #2 If you are already on the subform just use the DoCmd.GotoRecord, , acNew piece of code wherever you need it.
If you are already on the subform just use the DoCmd.GotoRecord, , acNew piece of code wherever you need it.
Xenix Registered User. Local time Today, 21:27 Joined Oct 8, 2001 Messages 124 Feb 6, 2003 #3 Thank you but I am not on the subform I am on the Customer subform but the notesquery subform is open any other ideas?
Thank you but I am not on the subform I am on the Customer subform but the notesquery subform is open any other ideas?