I haev a table "emp_detail s" with two fields ID,Name.
and created a form "record" with text boxs adn a command button.
I want to get the information from the user in these two text boxes and when the user clicks command the data needs to be updated in the table.
Please help me with how do i write query to insert the record fetching details from the form.
tahnks!
and created a form "record" with text boxs adn a command button.
I want to get the information from the user in these two text boxes and when the user clicks command the data needs to be updated in the table.
Please help me with how do i write query to insert the record fetching details from the form.
tahnks!
Comment