I have a working report that I need to add a couple of new fields to in Access97.
I have a form that collects a couple of parameters from the user and then when they click the command button, it passes a couple of strings to the report. The report adds them to in-line SQL to create the report based on the specifications of the user.
The query uses a number of sub-queries to create calculated fields, so it's pretty long already. I have to add 2 new fields to the query and now when I try to run it I get
Run-time error '2176'.
The Setting for this property is too long.
You can enter up to either 255 or 2,048 characters for
this property, depending on the data type.
Any ideas on how I can get around this limitation? _________
Rott Paws
...It's not a bug. It's an undocumented feature!!!
I have a form that collects a couple of parameters from the user and then when they click the command button, it passes a couple of strings to the report. The report adds them to in-line SQL to create the report based on the specifications of the user.
The query uses a number of sub-queries to create calculated fields, so it's pretty long already. I have to add 2 new fields to the query and now when I try to run it I get
Run-time error '2176'.
The Setting for this property is too long.
You can enter up to either 255 or 2,048 characters for
this property, depending on the data type.
Any ideas on how I can get around this limitation? _________
Rott Paws
...It's not a bug. It's an undocumented feature!!!