I have daily orders, monthly payments, and other charges. Very simply I want a monthly summary of charges and payments per customer. I have built 3 crosstab queries with the summaries and attemped to build a report, using the orders query and opening the recordsets of the other two queries.
Of course the orders are perfect, Access did that! I can see where I read each query recordset for payments, the values are different and correct in Detail_format. BUT when the report displays, I have the LAST RECORD's data for ALL customers. What is going on behind the scenes that I have missed? Yes, I am new at this...
I movenext properly, I can see that. I have movefirst in the reportheader_format event. any hints would be appreciated.
ALso tried combining the queries into one, but since each customer doesn't include entries in all the tables, I don't get all the information. Maybe we start here?
Thank you. I have tried everything I can think of, and have successfully built dynamic reports with recordsets before..??
Of course the orders are perfect, Access did that! I can see where I read each query recordset for payments, the values are different and correct in Detail_format. BUT when the report displays, I have the LAST RECORD's data for ALL customers. What is going on behind the scenes that I have missed? Yes, I am new at this...
I movenext properly, I can see that. I have movefirst in the reportheader_format event. any hints would be appreciated.
ALso tried combining the queries into one, but since each customer doesn't include entries in all the tables, I don't get all the information. Maybe we start here?
Thank you. I have tried everything I can think of, and have successfully built dynamic reports with recordsets before..??