>       How can one get the next record to compare two 
> fields... I want to check if the date of the first record 
> matches the date of the next record with the least amount 
> of code...

You are going to have to work with row pointers.  If you are
using mySQL, look at the function:

mysql_result();

Chris

Reply via email to