Does anyone have a favorite way of adding a new record on a form?
I’ve been using the NotInList event an unbound Find Record combo box to open a quick data entry form. Closing the form returns you to the requeried main form and the record you just entered. However, I started getting a Jet error –“The Microsoft Jet database engine stopped the process b/c you and another user are attempting to change the same data at the same time.” — that I could eliminate by not using the data entry form but it’s left me needing a new way to add a record. using the NIL of the FindRecord cboBox.
I was thinking of using the NIL of the unbound combo box to set the DataEntry property of the form and then the BeforeUpdate to change it back. But rather than recreate the wheel thought I’d ask around for favorite methods.
Any words of advise?
E