Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi all,I need help for the following problem.I have a list pages with different values and totals. Now I want to create a event on load of this page with the "insert a record in another table" code.I want to store the sessions id and the totals into another table, but I do not know how to pass the data from list-page to another table.Thanks a lot for your help.Janina
Janina,to select data from the table on the ListOnLoad event use following code:
global $strSQL,$conn;
where FieldName1 and FieldName2 are your actual field names.