I am trying to update a SQL database from within Progress. I have the ODBC connection working and can actually SELECT, UPDATE, and INSERT records, but my INSERT duplicates records because I cannot figure out how to UPDATE when Ithe record is found and INSERT when the record is not found. Any ideas or help would be appreciated.