Hello developers
I have created an Access page that has 3 Combo Boxes, and one text field. What I am trying to do is when the user opens this page in a web browser; he should enter his name in the text box and choose the data from the combo boxes. After that, the user should click the submit button to populate a table with the data he entered and choused. Please help me write the code that should be on the click event for the submit button and tell me where to place it. It should be in VBScript.
Thanks a million
this is the SQL statment that i think should be embeaded in code!!??
UPDATE Survay_Master SET Survay_Master.Employee_A_Number = [Text4].[Value], Survay_Master.Excel = [DropDownList0].[Value], Survay_Master.Access = [DropDownList1].[Value], Survay_Master.years = [DropDownList2].[Value];
I have created an Access page that has 3 Combo Boxes, and one text field. What I am trying to do is when the user opens this page in a web browser; he should enter his name in the text box and choose the data from the combo boxes. After that, the user should click the submit button to populate a table with the data he entered and choused. Please help me write the code that should be on the click event for the submit button and tell me where to place it. It should be in VBScript.
Thanks a million
this is the SQL statment that i think should be embeaded in code!!??
UPDATE Survay_Master SET Survay_Master.Employee_A_Number = [Text4].[Value], Survay_Master.Excel = [DropDownList0].[Value], Survay_Master.Access = [DropDownList1].[Value], Survay_Master.years = [DropDownList2].[Value];