I have a text field with which I'll like to update field fld_Email in table tbl_Member. The text box has a unique name composed of 'Email' & MemberID. So, if MemberID = 1, textname = Email1, if MemberID = 2, textname = Email2, and so on. <br><br>I want to use a function (JavaScript) that updates the table every time the text Email is updated, but don't know how to do it. Any Insights? <br><br>Thanks, <br><br>Ziwacky <br>