>> Anyway...I made the changes but now it only returns the last record in the database, regardless of the search
>> parameter...
Getting better. It's returning SOMETHING :)
Another good troubleshooting technique is to echo the mysql query so you can see if the syntax is breaking. Add the following PHP somewhere in the body of the page:
<?php echo $query_rsResults; ?>