Informix Error -2859
-2859 The column column-name is a member of more than one
table -- you must specify the table name.Two or more tables that are named in the TABLES section have columns with the name shown. You must make clear which table you mean. To do this, write the table name as a prefix of the column name, as table.column, wherever this name is used in the form specification.