Deleting and adding from a table
I have a form that has a list; the list is retrieving some names from a table.
e.g
Table name is “ITname”
and I have a filed named “name” with the following: john, peter, mike, rock.
On my form under my list I have a delete button, I want to the button to delete the selected record from the list, how can I do that?
Adding, I also have a textbox and a button which will add a new IT which is inserted in the textbox, how can I do that?
Any help will be appreciated.
Thanks.
I have a form that has a list; the list is retrieving some names from a table.
e.g
Table name is “ITname”
and I have a filed named “name” with the following: john, peter, mike, rock.
On my form under my list I have a delete button, I want to the button to delete the selected record from the list, how can I do that?
Adding, I also have a textbox and a button which will add a new IT which is inserted in the textbox, how can I do that?
Any help will be appreciated.
Thanks.
Last edited: