My database is designed for the following purpose.
I am in the Navy and when my vessel goes to sea each person receives telegrams from family and friends. Each gram must be sequentially numbered and distributed. It also has a crosstab query function that tells the user
a. When each person last received a gram
b. If a person hasn't received a gram in the last 13 days.
The crosstab query column header is the gram number and as I have just found out, once this number reaches 390 (I'm guessing here) it runs out of space and returns the error "Too many crosstab column headers".
I understand why this is happening and I'm wondering if there is a solution to my problem.
If it means going back to the drawing board, I am willing to learn.
I am in the Navy and when my vessel goes to sea each person receives telegrams from family and friends. Each gram must be sequentially numbered and distributed. It also has a crosstab query function that tells the user
a. When each person last received a gram
b. If a person hasn't received a gram in the last 13 days.
The crosstab query column header is the gram number and as I have just found out, once this number reaches 390 (I'm guessing here) it runs out of space and returns the error "Too many crosstab column headers".
I understand why this is happening and I'm wondering if there is a solution to my problem.
If it means going back to the drawing board, I am willing to learn.