in reply to Re^4: Strange finish!!
in thread Strange finish!!

This is solvable with formatting. I always format SQL like this:
SELECT A , B , C FROM FOO, BAR WHERE foo.barid = bar.barid AND foo.something = 'special value'
and then adding/removing fields from the SQL statement is far less likely to give me errors.