I have a main list that gets ordered by Job_Number DSC and I would like to have the print page come up with order by ASC. I have tried using the Print Page: Before Display and added:
global $conn;
$gstrOrderBy="ORDER BY `job_number` ASC";
But that doesn't work. Any ideas how I can make this work??
Thanks