All: Code:
PROJECT newtablename + FROM anyview + USING partno, part2order Error message: "-ERROR- Illegal column name - part2order (2056)" Table "newtablename" is not created. alternately ... PROJECT newtablename + FROM anyview + USING * Error message: "-ERROR- Illegal column name - part2order (2056)" Table "newtablename" is not created. Column "partno" is TEXT Column "part2order" is INTEGER Table "newtablename" does not exist in the database. Column "part2order" does not appear elsewhere in the database. Have dropped and recreated "anyview", renamed "part2order". Thoughts? thanks bruce chitiea safesectors inc

