I am new to ASPRunner I need to copy selected items from the list page to a new table using a button or link. I cannot get the code to do the function. How do I link the button or link to the code that causes the function?
Code: strCreate = "insert into _TableA(Question, Answer1) values select Question, Answer1 from _Question where " & where dbConnection.Execute strCreate