V
ValerieA
Is there a length max on the field in a query?
I have the following expression in a query. The text string being evaluated
by the InStr function is 141 characters long. It consists of all the items
selected by the user from a combo box. It works fine for me --I'm running
2003. It doesn't work fine for my customer, however, and he's running 2000.
If he leaves one item unselected, it works fine, but if he chooses all the
items from the combo box, no data is selected.
WHERE (((Master.[Flight Number]) Is Null Or (Master.[Flight Number])="") AND
((InStr([Forms]![uldwhich]![txtULDstring],[ULD Number]))=True))
ORDER BY Master.[Destination Airport];
Thanks,
Valerie A
I have the following expression in a query. The text string being evaluated
by the InStr function is 141 characters long. It consists of all the items
selected by the user from a combo box. It works fine for me --I'm running
2003. It doesn't work fine for my customer, however, and he's running 2000.
If he leaves one item unselected, it works fine, but if he chooses all the
items from the combo box, no data is selected.
WHERE (((Master.[Flight Number]) Is Null Or (Master.[Flight Number])="") AND
((InStr([Forms]![uldwhich]![txtULDstring],[ULD Number]))=True))
ORDER BY Master.[Destination Airport];
Thanks,
Valerie A