R
Ryan
I have this union query in access which produces a Run Time 3035 System
Resource Exceeded error. If I remove one of the queries from the Union it
works, but I have 10 more to add. Each of the queries have 24 columns. The
result of the Union Query is passed to a Crosstab query. I tried changing
the MaxLocksPerFile in the registry editor but that didnt help. Any
suggestions??
select * from B03ChargesPD
UNION ALL
select * from B04ChargesPD
UNION ALL
select * from C10ChargesPD
UNION ALL
select * from C11ChargesPD
UNION ALL
select * from C12ChargesPD
UNION ALL
select * from C16ChargesPD
UNION ALL
select * from C18ChargesPD
UNION ALL
select * from C24ChargesPD
UNION ALL
select * from C25ChargesPD
UNION ALL
select * from C27ChargesPD
UNION ALL
select * from C28ChargesPD
UNION ALL
select * from C29ChargesPD
UNION ALL
select * from C30ChargesPD
UNION ALL
select * from C31ChargesPD
UNION ALL
select * from C32ChargesPD
UNION ALL
select * from C32ChargesPD
UNION ALL
select * from C36ChargesPD
UNION ALL
select * from C37ChargesPD
UNION ALL
select * from C38ChargesPD
UNION ALL
select * from C39ChargesPD
UNION ALL
select * from C40ChargesPD
UNION ALL
select * from C41ChargesPD
UNION ALL
select * from C42ChargesPD
UNION ALL
select * from C43ChargesPD
UNION ALL
select * from C45ChargesPD
UNION ALL
select * from C46ChargesPD
UNION ALL
select * from C47ChargesPD
UNION ALL
select * from C48ChargesPD
UNION ALL
select * from C50ChargesPD
UNION ALL
select * from C51ChargesPD
UNION ALL
select * from C52ChargesPD
UNION ALL
select * from C56ChargesPD;
Resource Exceeded error. If I remove one of the queries from the Union it
works, but I have 10 more to add. Each of the queries have 24 columns. The
result of the Union Query is passed to a Crosstab query. I tried changing
the MaxLocksPerFile in the registry editor but that didnt help. Any
suggestions??
select * from B03ChargesPD
UNION ALL
select * from B04ChargesPD
UNION ALL
select * from C10ChargesPD
UNION ALL
select * from C11ChargesPD
UNION ALL
select * from C12ChargesPD
UNION ALL
select * from C16ChargesPD
UNION ALL
select * from C18ChargesPD
UNION ALL
select * from C24ChargesPD
UNION ALL
select * from C25ChargesPD
UNION ALL
select * from C27ChargesPD
UNION ALL
select * from C28ChargesPD
UNION ALL
select * from C29ChargesPD
UNION ALL
select * from C30ChargesPD
UNION ALL
select * from C31ChargesPD
UNION ALL
select * from C32ChargesPD
UNION ALL
select * from C32ChargesPD
UNION ALL
select * from C36ChargesPD
UNION ALL
select * from C37ChargesPD
UNION ALL
select * from C38ChargesPD
UNION ALL
select * from C39ChargesPD
UNION ALL
select * from C40ChargesPD
UNION ALL
select * from C41ChargesPD
UNION ALL
select * from C42ChargesPD
UNION ALL
select * from C43ChargesPD
UNION ALL
select * from C45ChargesPD
UNION ALL
select * from C46ChargesPD
UNION ALL
select * from C47ChargesPD
UNION ALL
select * from C48ChargesPD
UNION ALL
select * from C50ChargesPD
UNION ALL
select * from C51ChargesPD
UNION ALL
select * from C52ChargesPD
UNION ALL
select * from C56ChargesPD;