Rene Lazaro
New member
- Local time
- Today, 15:54
- Joined
- Jun 1, 2009
- Messages
- 9
Good afternoon,
I am trying to develop a report but get a message stating that I have reached the limit to the amount of tables that can be open at the same time when I run a test report. As a result, I cannot conclude its development. I've attached two pages of the report for your review.
The data is stored in a relational fashion. I have one table for facilities, another for injuries, and another for property damage.
So far, the only way I have been able to make the report work is by having one query for each column, labeled on the report as:
Mth (column 1) Ytd (column 2) Mth PY (column 3) Ytd PY (column 4)
Mth = Month; Ytd = Year-to-Date; Mth PY = Month of Previous Year; Ytd PY = Year-to-Date of Previous Year.
The four columns above should summarize data for each category - ie. Reportable Injuries, Lost Time Injuries, Lost Days, etc. as a line item to each facility (location) listed on the left-hand side of the report.
Any help anyone can provide is greatly appreciated.
Thanks in advance,
Rene Lazaro
I am trying to develop a report but get a message stating that I have reached the limit to the amount of tables that can be open at the same time when I run a test report. As a result, I cannot conclude its development. I've attached two pages of the report for your review.
The data is stored in a relational fashion. I have one table for facilities, another for injuries, and another for property damage.
So far, the only way I have been able to make the report work is by having one query for each column, labeled on the report as:
Mth (column 1) Ytd (column 2) Mth PY (column 3) Ytd PY (column 4)
Mth = Month; Ytd = Year-to-Date; Mth PY = Month of Previous Year; Ytd PY = Year-to-Date of Previous Year.
The four columns above should summarize data for each category - ie. Reportable Injuries, Lost Time Injuries, Lost Days, etc. as a line item to each facility (location) listed on the left-hand side of the report.
Any help anyone can provide is greatly appreciated.
Thanks in advance,
Rene Lazaro