Quote:
Originally Posted by pbaldy
Can you post a sample db with the tables and query? I've got Access 2000 on this PC and I've got union queries with select statements with joins like that. Are you specifying the fields or doing SELECT *?
|
Hi pbaldy,
I will eventually send a sample db with the tables and query, but I have to sanitize the data first, since it contains some propritary information.
I also just bought the book "Access 2000 Developer's Handbook" which I should receive in a few days. I hope it has some answers for me.
I am specifying the fields. There are 16 fields specified with aliases. The query involves 9 tables all joined together.
The thing interesting to me is that each query of the 2 involved works fine by itself. It is only when I do a UNION ALL that I get the error message.
BigCarole