• David,

    What I think happens it that you code finds a word in the comments that is a valid table in the database eg

    -- Patients is linked to the Accounts table

    Where Accounts is a table, but it is not referenced in SQL code.

    Doug