K
Kevin D.
I have a database where I coded my forms to display a msg box I created when
deleting a record, instead of the standard access form by using the
setwarning = False for OnDelete action.
This works fine for single record forms, but where I have continuous record
forms and I delete more than one record at a time the msg box comes up for
each record I delete. Is there a way to use code so I can get a msg box like
the standard on delete Access msg which tells you how many records you are
deleting and only shows once?
Thanks,
Kevin
deleting a record, instead of the standard access form by using the
setwarning = False for OnDelete action.
This works fine for single record forms, but where I have continuous record
forms and I delete more than one record at a time the msg box comes up for
each record I delete. Is there a way to use code so I can get a msg box like
the standard on delete Access msg which tells you how many records you are
deleting and only shows once?
Thanks,
Kevin