Trocergian
Registered User.
- Local time
 - Yesterday, 22:57
 
- Joined
 - Apr 6, 2009
 
- Messages
 - 16
 
I am running a union query on two queries.
Both queries have the exact same columns, both run perfectly well separately, showing all expected data.
When running as a union:
ELECT qry_POS_X_CurrentPO.* FROM qry_POS_X_CurrentPO
UNION ALL
SELECT qry_POS_X_E1_OrderQty_X.* FROM qry_POS_X_E1_OrderQty_X;
Some of the columns from the first listed query are missing data.
Out of 19 records, 11 are missing data.
From those the data is missing from 8 out of 21 coloumns.
I'm at a loss to figuring out the cause and open to any suggestions.
 Both queries have the exact same columns, both run perfectly well separately, showing all expected data.
When running as a union:
ELECT qry_POS_X_CurrentPO.* FROM qry_POS_X_CurrentPO
UNION ALL
SELECT qry_POS_X_E1_OrderQty_X.* FROM qry_POS_X_E1_OrderQty_X;
Some of the columns from the first listed query are missing data.
Out of 19 records, 11 are missing data.
From those the data is missing from 8 out of 21 coloumns.
I'm at a loss to figuring out the cause and open to any suggestions.