I am adding reords to 2 tables via a form and subform. The id is an autonum on the main form and I want this to carry through to the subform but when I try this I get an error saying the Id field cannot be blank in the subform. How do I populate the id field in the subform with the autonum from the main form all in the one Add New method.