I have a mainform with an unbound combo box and one subform. The subform lists all the records in the database that is associated with the item chosen in the combo box. However it just shows the current records but does not allow for adding new records. I checked the properties of both the mainform and subform and both show YES for allow additions. How can I make this work for me?