G
Guest
I have a form which I am setting to acNewRec when I enter a form (so that the user will have a blank form).
I have a popup dialog box from which the user can select a specific record and display/edit in the form I entered as acNewRec. I do some vba routines displaying messages and validating entries. My problem is if the user does not select a record and I cancel out how do I prevent update of a blank record. I don't have a problem unless the user clicks in a list box field on the form. Even if Imake the likst box = "" access sees it as a new record and updates.
I have a popup dialog box from which the user can select a specific record and display/edit in the form I entered as acNewRec. I do some vba routines displaying messages and validating entries. My problem is if the user does not select a record and I cancel out how do I prevent update of a blank record. I don't have a problem unless the user clicks in a list box field on the form. Even if Imake the likst box = "" access sees it as a new record and updates.