S
Sam
In Access 2000 - I am trying to run a select-query that
has a field that references a text field from a form that
is open. The field is as follows -
PaymentsDue: IIf(IsNull([Forms]![frm ContinueImport]!
[txtPaymentsDue]),"",[Forms]![frm ContinueImport]!
[txtPaymentsDue])
Most of the time, the query runs fine but occassionally if
the text string in the txtPaymentsDue text box is too long
(over 127 characters), the query will not run and instead
return an error stating "invalid Argument".
Any ideas on what causes this? I posted in previous forum
and had a suggestion to use the NZ function or else just
to reference back to JUST the field and I have tried
both. I still get INVALID ARGUMENT when running the query
if the string in [Forms]![frm ContinueImport]!
[txtPaymentsDue] is too long...
Any suggestions would be appreciated!
has a field that references a text field from a form that
is open. The field is as follows -
PaymentsDue: IIf(IsNull([Forms]![frm ContinueImport]!
[txtPaymentsDue]),"",[Forms]![frm ContinueImport]!
[txtPaymentsDue])
Most of the time, the query runs fine but occassionally if
the text string in the txtPaymentsDue text box is too long
(over 127 characters), the query will not run and instead
return an error stating "invalid Argument".
Any ideas on what causes this? I posted in previous forum
and had a suggestion to use the NZ function or else just
to reference back to JUST the field and I have tried
both. I still get INVALID ARGUMENT when running the query
if the string in [Forms]![frm ContinueImport]!
[txtPaymentsDue] is too long...
Any suggestions would be appreciated!