wanderaround
Programmer
I have problem in creating a daily report with detail inventory information for specific client. The report have 2 tables. 1. Transaction table which store daily transaction for client. 2. Inventory tables which store inventory information for client. Both table have a key field of Client code. I need to print out summary transaction for a client from table 1 at the beginning of the report. And then print out all records of table 2 according to the client code. Anyone can help?