i have a form "A" with two textboxes called "txtName" & "txtResults"
i have a table "tblA" with two columns "PersonName" & "PersonResults"
upon the form is open the data "PersonName" & "PersonResults" is loaded into the textboxes respectively.
upon clicking the "OK" button inside the form, the "txtResult" values will be different. how can i update the values inside "txtResult" into the table "PersonResults"?
i have a table "tblA" with two columns "PersonName" & "PersonResults"
upon the form is open the data "PersonName" & "PersonResults" is loaded into the textboxes respectively.
upon clicking the "OK" button inside the form, the "txtResult" values will be different. how can i update the values inside "txtResult" into the table "PersonResults"?