L
Larry Kahm
I'd like some suggestions as to how to process and present information about
deleting a set of records. The database has cascading delete established
between tblCompanies and tblContacts, as well as between tblContacts and
tblActivities.
While I know that I can simply delete a company record, I'd like to display
the consequences of the action to the person issuing the request. For
example:
Company ABC has:
12 Contacts with
47 associated Activities
Are you sure you want to delete this?
I' thinking I'll be using a form with a large, blank label as a message area
that gets filled in via VBA.
What's the most efficient way of providing these record counts?
Thanks!
Larry
deleting a set of records. The database has cascading delete established
between tblCompanies and tblContacts, as well as between tblContacts and
tblActivities.
While I know that I can simply delete a company record, I'd like to display
the consequences of the action to the person issuing the request. For
example:
Company ABC has:
12 Contacts with
47 associated Activities
Are you sure you want to delete this?
I' thinking I'll be using a form with a large, blank label as a message area
that gets filled in via VBA.
What's the most efficient way of providing these record counts?
Thanks!
Larry