Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error 3163

Status
Not open for further replies.

kingz2000

Programmer
Joined
May 28, 2002
Messages
304
Location
DE

Hi,

in Access 2003 I am combining several queries using 'UNION' as each query has the same columns.
When I execute the queries individually there is no problem. When I join them as following:

SELECT * FROM Aviation
union
SELECT * FROM Construction
union
SELECT * FROM [Financial Lines]
union
SELECT * FROM LIAB
union
SELECT * FROM MARINE
union
SELECT * FROM Motor
UNION
SELECT * FROM PROP;

I get the error 3163: The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.

I can't understand this message, as my result is a query and not a table.

Thanks for any help.

Kingsley
 
well the link unfortunately doesn't do me any good, because I don't have a Memo-Field!! I am joining multiple queries together.
 
Sorry, wrong link [blush]. As far as I recall, the link I wanted suggested using Union All instead of Union.
 

yes I tried that after searching in the interent, but that didn't help!

 
I am sorry I cannot help, I do not know what you have tried, so I do not know what to suggest.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top