hi everyone,
I have tried to open the multiple instances of the same report with different criterias. but I can only open the first one.
my code is simply like this:
docmd.openreport "report1",acpreview,, "select=87"
docmd.openreport "report1",acpreview,, "select=1"
this code only opens the report where select field is 87.
but if I use this:
docmd.openreport "report1",acpreview,, "select=87"_
or "select=1"
then I can open 2 of them.
but my problem is, I have alot of selection criteria. and when database becomes extra large. then I can not use this type of criteria because the limitation of 32000 char.
is there any one who can help me.
I will be very happy, if i can find a solution...
thank you...
cayomat
)
![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
I have tried to open the multiple instances of the same report with different criterias. but I can only open the first one.
my code is simply like this:
docmd.openreport "report1",acpreview,, "select=87"
docmd.openreport "report1",acpreview,, "select=1"
this code only opens the report where select field is 87.
but if I use this:
docmd.openreport "report1",acpreview,, "select=87"_
or "select=1"
then I can open 2 of them.
but my problem is, I have alot of selection criteria. and when database becomes extra large. then I can not use this type of criteria because the limitation of 32000 char.
is there any one who can help me.
I will be very happy, if i can find a solution...
thank you...
cayomat
![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)