I haven't posted in a while, but this one has me going crazy!
I have a table that has a dynamic link to a list on Sharepoint which provides the data for my database. I have created a report that will serve as an inventory list. I created a a form with an unbound combo box that is used to select a box number, a query will run on that box number to select all records, and the report will open with the contents inventory of selected box. The contents control on the form is a subreport that combines all records into one report. I want 1 report for each box number:
Box Number 1234
Account Number 7777
Contents Owner Jane Doe
Contents Item 1 from record 1
Item 2 from record 2
Item 3 from record 3
Item 4 from record 4
Item 5 from record 5
The problem is that when the report opens, it has created a seperate report for each record. For example: If box number 1234 has 2 items, it will create 2 identical reports. If box number 4567 has 12 items, it will create 12 identical reports. In the example above, I will have that report....5 times!
Tiffany
I have a table that has a dynamic link to a list on Sharepoint which provides the data for my database. I have created a report that will serve as an inventory list. I created a a form with an unbound combo box that is used to select a box number, a query will run on that box number to select all records, and the report will open with the contents inventory of selected box. The contents control on the form is a subreport that combines all records into one report. I want 1 report for each box number:
Box Number 1234
Account Number 7777
Contents Owner Jane Doe
Contents Item 1 from record 1
Item 2 from record 2
Item 3 from record 3
Item 4 from record 4
Item 5 from record 5
The problem is that when the report opens, it has created a seperate report for each record. For example: If box number 1234 has 2 items, it will create 2 identical reports. If box number 4567 has 12 items, it will create 12 identical reports. In the example above, I will have that report....5 times!
Tiffany