M
Maver911
I'm having this issue with trying to bring in a mult-parameter string
via textbox into a query. Basically ive tried setting a string to hold
4 UPC's like this: 123456789 OR 987654321 OR 567894321 OR... etc and
setting that string to be shown in a textbox on my form. Then in my
append query, under the UPC criteria I put:
[Forms]![NameofForm]![MyTextBoxName]. Ive run this and i get only the
results for the first upc in the string. Does anyone have any ideas why
this would be doing this or even any ideas period that would help me
alter my scenerio. Any help would be greatly appreciated. Thank you
via textbox into a query. Basically ive tried setting a string to hold
4 UPC's like this: 123456789 OR 987654321 OR 567894321 OR... etc and
setting that string to be shown in a textbox on my form. Then in my
append query, under the UPC criteria I put:
[Forms]![NameofForm]![MyTextBoxName]. Ive run this and i get only the
results for the first upc in the string. Does anyone have any ideas why
this would be doing this or even any ideas period that would help me
alter my scenerio. Any help would be greatly appreciated. Thank you