I copied the comments.php file and named it example.php
Then in single.php I changed this..
<?php comments_template(); ?>
To this..
<?php include (TEMPLATEPATH . '/example.php'); ?>
The comment form shows up but none of the comments. If you change it back to use comments.php it works fine.
Any assistance is appreciated. Thanks.