Access 2007 Report Wizard - what is subscript out of range?

D

Denise

I'm trying to create a report using a query that contains other queries. The
query opens without a problem. However, when I use as source for report I get
this subscript error message. Thank you.
 
M

M Skabialka

You have defined an array of a certain number of values, and you have
exceeded that number.
 
Top