I have a command button that changes the allowadditions property from false to true so that I can add a record. Then I had it disable the allowadditions so that the subform wouldn't automatically add a new entry. However this does not seem to work because if I enter data in the form it automatically makes a new entry. If I put the allowadditions=false right after I allowadditions in the code it does not allow me to enter data. Is there somewhere to place the code so I can open the form and enter data without getting the new record.
Thanks
Thanks