I built a dynamic page with third party help.<BR>I set it to display records < from today's date.<BR><BR>Here is the sql code:<BR><BR>SELECT *<BR>FROM `table`<BR>WHERE date1<=now()<BR>ORDER BY date1 ...