Hi Dani,
The records are now showing again but when I add the additional code you supplied, instead of displaying 7 records that fall into the date search range it is only displaying 1
I tried taking out the ORDER BY date DESC just as a test but it still is only returning one record
Is it because the the two new fields Tfee & Tcomm are not being echoed anywhere by me on the results page as yet?
If so should they take the form of something like this
<?php echo($row_WADAthenumbers['Tfee']); ?>
<?php echo($row_WADAthenumbers['Tcomm']); ?>
Thanks Mel