Sorry, I can't come up with anything. There may be a way to use the Delete
event to do something or other, but I can't get it to remove the filter or
perform any other meaningful action. Maybe the After Update event could
come into play, but again I don't see how.
It sounds as if you are entering complete donor information with each
donation, which is more suited to a spreadsheet than a database. In your
situation each donor may make many donations. In a relational database this
means there is a donor table where each donor's information is stored once,
and a related donations table for the individual donations. Perhaps I
misunderstand the situation, but since you are not using a subform I don't
see how else to interpret it.
What do you do if a donor's name changes?
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi, Bruce!
> Thanks for staying with this rather trivial issue. Let's step back a
> little.
> There is no subform involved. And we are deleting a record. And
> donations and names and addresses are matched at the time the donation
> statements are printed. Now, focusing on the blank form. When the user
> receives notification of a returned check he clicks on the button that
> invokes this form. In the form, he selects the donor from a combo
> list. This causes the form to be filtered by the selected donor, and
> only the donations from that donor appear on the form. He selects the
> donation that matches the returned check and deletes it. If it so
> happens that the donor had only one donation, deleting it results in a
> form that shows no records. That, to me, looks strange. So if there is
> some property somewhere that indicates that no records are showing,
> then I could filter by the first letter of the donor's last name, or
> something like that and avoid the blank stare.
>
|