I'm using VB6 to add records to an existing Progress database table which has 2 existing fields named SYSDATE and SYSTIME. Any attempt to use these names in the SQL "INSERT INTO" command causes a syntax error.

Any ideas? Also, when I try to examine these fields with MSQUERY I get a syntax error...thanks