david.paton
Registered User.
- Local time
- Today, 11:49
- Joined
- Jun 26, 2013
- Messages
- 338
I work for an organisation that looks after war widows and I am making a database to record all of the widow’s details. I have a search form that searches through all records in a database for a phrase that is typed into a text box. The results are displayed in a list box. Here is a link to a page that describes how I made it. I have used all the same names as in this example for objects in my database. https://access-programmers.co.uk/forums/showthread.php?t=188663
So I am now able to search through records for items that I type in the search box and the list narrows as I type. As the widows die, I want to remove the widows from the database.
I was thinking that I would put a button on the search form with some code behind it that, once the record was located using the search function, I could highlight it in the list box and press the button to delete it.
I can’t code so would someone be able to help me with the code that I put behind the button please? I also can’t upload the database due to privacy issues.
So I am now able to search through records for items that I type in the search box and the list narrows as I type. As the widows die, I want to remove the widows from the database.
I was thinking that I would put a button on the search form with some code behind it that, once the record was located using the search function, I could highlight it in the list box and press the button to delete it.
I can’t code so would someone be able to help me with the code that I put behind the button please? I also can’t upload the database due to privacy issues.