G
Guest
I can NOT figure this one out!
I have 2 tables with the same field name (a memo field). The field name is
Risks (summry)
I create a simple append query which looks like this:
INSERT INTO Table2 ( [Risks (summry)] ) SELECT Table1.[Risks (summry)] FROM
Table1;
If I run the query without saving it, the query runs fine.
If I save the query (and exit it) then double click it, i get an error:
The INSERT INTO statement contains the following unknown field
name: 'Risks(summry)'. Make sure you have typed the name correctly, and try
the operation again.
I go back into designing the query, and low-and-behold, Access has REMOVED
THE SPACE between Risks and (summry) on me!!!!!!!!!!!!!!!!!!!!!!!!!!
Here is the query again (modified by Access)
INSERT INTO Table2 ( [Risks(summry)] ) SELECT Table1.[Risks (summry)] FROM
Table1;
*Notice how the space is gone in the first Risks(summry)
I have repeated this process over and over with the same results... Looked
online and found nothing - PLEASE HELP ME!
I am running Access 2002 w SP3
Thanks!
I have 2 tables with the same field name (a memo field). The field name is
Risks (summry)
I create a simple append query which looks like this:
INSERT INTO Table2 ( [Risks (summry)] ) SELECT Table1.[Risks (summry)] FROM
Table1;
If I run the query without saving it, the query runs fine.
If I save the query (and exit it) then double click it, i get an error:
The INSERT INTO statement contains the following unknown field
name: 'Risks(summry)'. Make sure you have typed the name correctly, and try
the operation again.
I go back into designing the query, and low-and-behold, Access has REMOVED
THE SPACE between Risks and (summry) on me!!!!!!!!!!!!!!!!!!!!!!!!!!
Here is the query again (modified by Access)
INSERT INTO Table2 ( [Risks(summry)] ) SELECT Table1.[Risks (summry)] FROM
Table1;
*Notice how the space is gone in the first Risks(summry)
I have repeated this process over and over with the same results... Looked
online and found nothing - PLEASE HELP ME!
I am running Access 2002 w SP3
Thanks!