D
Dave
I have a main form for typical demographics and a second
form opened by a button for donations to a charity. On
the second form is a calendar and a calculator for entry
of new donations and a listbox to display all previous
donations for that person. The listbox is controlled by a
query looking through the Contributions table for every
donation from the person pointed to by the main table. I
can add donations, but when I click on the delete button
with a line in the list box highlighted it asks whether I
want to delete 1 record and then does nothing. How do I
delete data in the listbox? Thanks.
Dave
form opened by a button for donations to a charity. On
the second form is a calendar and a calculator for entry
of new donations and a listbox to display all previous
donations for that person. The listbox is controlled by a
query looking through the Contributions table for every
donation from the person pointed to by the main table. I
can add donations, but when I click on the delete button
with a line in the list box highlighted it asks whether I
want to delete 1 record and then does nothing. How do I
delete data in the listbox? Thanks.
Dave