Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
is there a way to have multiple order by sections on a page created by asprunner? I entered the code:order by [Table1] asc, [Table2] asc but that doesn't work, any ideas?Thanks
Hi,you can try to edit gstrOrderBy variable in include/tablename_variables.asp file.
gstrOrderBy=" order by Field1 asc, Field2 asc "
figured it out I needed to change it in variables.asp and list.asp my mistake thanks.