S
SVP
I'm having an issue using text box values as criteria arguments for an access
query. Example:
Select * from table1 where textfield1 = [Forms]![Form1]![Text0]
If [Forms]![Form1]![Text0] is less or equal 127 characters, the query works
fine.
If [Forms]![Form1]![Text0] is more than 127 characters, the query bombs and
doesn't run at all (Note that I get no errors returned)
version: Access 2000 sp3
any help would be appreciated
query. Example:
Select * from table1 where textfield1 = [Forms]![Form1]![Text0]
If [Forms]![Form1]![Text0] is less or equal 127 characters, the query works
fine.
If [Forms]![Form1]![Text0] is more than 127 characters, the query bombs and
doesn't run at all (Note that I get no errors returned)
version: Access 2000 sp3
any help would be appreciated