G
Guest
The main form is frmCustomers, with a subform subfrmContacts. The subform
has custom navigation buttons, cmdAddContact and cmdDeleteContact. On the
subform, AllowAdditions = false. When the user clicks cmdAddContact, I set
AllowAdditions = true. On the AfterInsert Event, I set the AllowAdditions
back to false.
If the user clicks cmdAddContact, then types in the info, then clicks
cmdAddContact again, it says, "can't go to the specified record." If I click
outside the subform, then back in the subform, I can add a record. I need a
better solution!
Thank you,
Steve
has custom navigation buttons, cmdAddContact and cmdDeleteContact. On the
subform, AllowAdditions = false. When the user clicks cmdAddContact, I set
AllowAdditions = true. On the AfterInsert Event, I set the AllowAdditions
back to false.
If the user clicks cmdAddContact, then types in the info, then clicks
cmdAddContact again, it says, "can't go to the specified record." If I click
outside the subform, then back in the subform, I can add a record. I need a
better solution!
Thank you,
Steve