G
Guest
I have 16 nonrelated tables that need to be summed and then put into a
report. I have written the code to sum them and it works. I have designed a
report and put in text boxes to hold the data from the tables; each text box
is named. When I try to load the report I get an error 2461.
I have tried to make queries to generate the sums and when I use one query
per table it is ok, but when I try to group queries or tables, I get some
very astronomical numbers.
I had hope that I could generate the sums in code ( completed and works);
Load the report (Error 2461); assign the sums to the text boxes by code; Show
the report.
Is there something preventing this?
report. I have written the code to sum them and it works. I have designed a
report and put in text boxes to hold the data from the tables; each text box
is named. When I try to load the report I get an error 2461.
I have tried to make queries to generate the sums and when I use one query
per table it is ok, but when I try to group queries or tables, I get some
very astronomical numbers.
I had hope that I could generate the sums in code ( completed and works);
Load the report (Error 2461); assign the sums to the text boxes by code; Show
the report.
Is there something preventing this?