I have 1 table in which I have 50 fields, ie. num1, num2...num50 - Each of these have number as data type.
Each of these fields can store a number from 0 to 3. (In my survey 0 = unanswered, 1 = must, 2 = may and 3=no).
I have built using VB a criteria calculation which shows all fields, diveded up in 4 states with these values ( 0..3). I need to print these out to a sheet of paper, preferably in Excel style.
My problem is that I cannot use the report-generator, because for every field, ie. num1, I need to list the totals of each of the 4 states ( must/may/no/unanswered).. And this means that I need 50 x 4 => 200 fields in my table to store all the pre-calculated numbers. This sounds very cumbersome to make and I'm sure there is a better way to do this (but I can't comprehend what yet).
I need to use my already calculated sums from VB in my report, which means I cannot begin to calculate with the fields from my table in the report. This is my problem. Hope you all understood.
I need to make a report based on variables and arrays I have already computed in VB, but I cannot store those values to fields in a table, so how can I then refer to them on my report ??
-Aeron Pax
Each of these fields can store a number from 0 to 3. (In my survey 0 = unanswered, 1 = must, 2 = may and 3=no).
I have built using VB a criteria calculation which shows all fields, diveded up in 4 states with these values ( 0..3). I need to print these out to a sheet of paper, preferably in Excel style.
My problem is that I cannot use the report-generator, because for every field, ie. num1, I need to list the totals of each of the 4 states ( must/may/no/unanswered).. And this means that I need 50 x 4 => 200 fields in my table to store all the pre-calculated numbers. This sounds very cumbersome to make and I'm sure there is a better way to do this (but I can't comprehend what yet).
I need to use my already calculated sums from VB in my report, which means I cannot begin to calculate with the fields from my table in the report. This is my problem. Hope you all understood.
I need to make a report based on variables and arrays I have already computed in VB, but I cannot store those values to fields in a table, so how can I then refer to them on my report ??
-Aeron Pax