Hi everyone! I was hoping someone could help me with this. I have a form that's tied to a table. What I'm trying to do it to have a button that looks at the value of TextBoxA on the current form, and then finds that record in FieldA in the table then deletes it. I'm terrible at explaining things, so for example, I have my form up, and in TextBoxA I have a value of "7117". I want to delete the record in my table that equals "7117" in FieldA by clicking the button.
What is the best way to do this?