Hello,
I have 2 tables, PROJECTS and NEW PROJECTS. They obviously are the main table and the table to be appended. I actually created the NEW PROJECTS by copying the structure of the PROJECTS table to avoid any name errors.
But after creating a query which takes all the data from the NEW PROJECTS, if I convert this query into an APPEND query and run it, it gives me the following error:-
The INSERT INTO statement contains the following unknown field name: 'DEVELOPMENT COST'. Make sure you have typed the name correctly and try the operation again.
I have included all the fields from the table into the query by using the * in the table fields list.
This is the SQL view of the query.
Please help me sort out this issue.
Thanks and regards
Lakshmi Vinay
I have 2 tables, PROJECTS and NEW PROJECTS. They obviously are the main table and the table to be appended. I actually created the NEW PROJECTS by copying the structure of the PROJECTS table to avoid any name errors.
But after creating a query which takes all the data from the NEW PROJECTS, if I convert this query into an APPEND query and run it, it gives me the following error:-
The INSERT INTO statement contains the following unknown field name: 'DEVELOPMENT COST'. Make sure you have typed the name correctly and try the operation again.
I have included all the fields from the table into the query by using the * in the table fields list.
This is the SQL view of the query.
Please help me sort out this issue.
Thanks and regards
Lakshmi Vinay