Hi!
I have two tables. table1 has basic info while table2 may have several records matching keyid for table1. I need to select several fieldd from table1 and one field from up to 5 records in table2 to display on report. (there will be five columns on the report, but not all will contain info).
I use cursors to set up my reports but have never had to select from multiple records for one line on the report before. I have played with the query builder but can't get my required results.
I would appreciate any suggestion to point me in the right direction. If there are other threads on this, I am missing them.
Thanks for any help.
Judi
I have two tables. table1 has basic info while table2 may have several records matching keyid for table1. I need to select several fieldd from table1 and one field from up to 5 records in table2 to display on report. (there will be five columns on the report, but not all will contain info).
I use cursors to set up my reports but have never had to select from multiple records for one line on the report before. I have played with the query builder but can't get my required results.
I would appreciate any suggestion to point me in the right direction. If there are other threads on this, I am missing them.
Thanks for any help.
Judi