Hi Everybody..
This is my firstime in creating report using microsoft access.
Actually i need to build a report based on a database call Table1.
I only use 2 column of databse to put in my report.
1) State
2) Status
For status, i need to separate it based on value of status;
Eg: 1)Ready
2) Not ready
I had create 2 query,one for ready and one for not ready.
I combine this 2 query into one query called StateStatus to build the report.
When i run or open to view the StateStatus query,the error message occur.I only can view it by design view.
Error:
The query can not be completed either the size of the query result is larger than the maximum size of databse (2GB) or there is not enough temprary storage space on the disk to store the query result.
Is it my step to create query for report is wrong?
How to solve to make the query can run or open.
Thank you.
This is my firstime in creating report using microsoft access.
Actually i need to build a report based on a database call Table1.
I only use 2 column of databse to put in my report.
1) State
2) Status
For status, i need to separate it based on value of status;
Eg: 1)Ready
2) Not ready
I had create 2 query,one for ready and one for not ready.
I combine this 2 query into one query called StateStatus to build the report.
When i run or open to view the StateStatus query,the error message occur.I only can view it by design view.
Error:
The query can not be completed either the size of the query result is larger than the maximum size of databse (2GB) or there is not enough temprary storage space on the disk to store the query result.
Is it my step to create query for report is wrong?
How to solve to make the query can run or open.
Thank you.
Comment