A family of Microsoft relational database management systems designed for ease of use.
To your knowledge can you think of a simple code I can insert that will add a new record line to which ever subform is active at a given time.
I've already given you the code to do this. Quite where you've gone wrong in implementing it is hard to say. Open the form's module and switch to full module view. Then copy the entire module en bloc and paste it here.
Why do you need a single button in the parent form? If the user is in the subform why not just have a button in each subform which moves it to a new record? The control wizard will create this for you. You can then assign the values in the subform's BeforeInsert event procedure as I described.