Just solved it... in the button event - Prompt the user to confirm the addition of the new record - temporarily change the forms AllowAdditions property to TRUE , add the new record, then change the property back again..!
nVar = QuestionMessage("Add New Record?", "New Record Prompt")
If (nVar...