After looking through this forum for what I thought was a more serious PHP/MySQL version issue, turned out to be something simple. I'm not sure if this was a default on install, or not. But, somehow, maybe on rebuilding of the config file... list_max_entries_per_page got set to 1.

In Config.php (version 4.2.0d)

'list_max_entries_per_page' => 1,

Should be set to something like 10 or 20.

'list_max_entries_per_page' => 20,

Thanks for all the support Sugar Team,
Jeff Walters