eti3nne
MIS
- Feb 5, 2004
- 102
I have a horrendous query with about 15 lines of criteria on 6 fields. OK, so I would be able to run it ok, but many of the criteria are of the form:
[forms].[frmMyFormName].[fldMyfieldName].
This is making the sql >>500 characters long (no I haven't actually counted!) Hence, I am getting the message "...Expression too complex to be evaluated...."
How can I use a short alias or similar to reduce the sql charaters to manageable propotions?
[forms].[frmMyFormName].[fldMyfieldName].
This is making the sql >>500 characters long (no I haven't actually counted!) Hence, I am getting the message "...Expression too complex to be evaluated...."
How can I use a short alias or similar to reduce the sql charaters to manageable propotions?