How can i pull from the database using the latest date enterd. I am using datetime in mysql.
select MAX(dateFieldName) from myTable
hth
Bastien