B
Burglar
Hey all,
I have an application written in Access2000 ADP and have a
number of reports that have recordsources of type SP. I
have numerous parameters that are also passed through
the .inputparamters property. My problem is, one of my
SPs has 2 string variables that can accept up to 8000
characters (this is necessary for some complex
aggregates). Anyway, everytime my input parameters reach
256 characters or more, the sp prompts me for the
parameters. Essentially, how can I get the input
parameters to be longer than 255 characters. I hope this
makes sense.
Burglar
I have an application written in Access2000 ADP and have a
number of reports that have recordsources of type SP. I
have numerous parameters that are also passed through
the .inputparamters property. My problem is, one of my
SPs has 2 string variables that can accept up to 8000
characters (this is necessary for some complex
aggregates). Anyway, everytime my input parameters reach
256 characters or more, the sp prompts me for the
parameters. Essentially, how can I get the input
parameters to be longer than 255 characters. I hope this
makes sense.
Burglar