wayneryeven
Technical User
Hi Guys
I have a form in which a user selects an Item No. When they click a button a report opens- what i want to do is limit the query to only meet the item they selected in the list.
In my query under item No i have:
Like "*" & [Forms]![frmMyForm]![SelectItem] & "*"
I have items numbered from 1-100
If i select Item no 1 from the dropdown, i get returned a list for 1,10,11,12,13....basically where ever it finds a 1 in my list of items.
What am i doing wrong and how do i correct it to only show the one item no i have picked?
Many Thanks everyone
I have a form in which a user selects an Item No. When they click a button a report opens- what i want to do is limit the query to only meet the item they selected in the list.
In my query under item No i have:
Like "*" & [Forms]![frmMyForm]![SelectItem] & "*"
I have items numbered from 1-100
If i select Item no 1 from the dropdown, i get returned a list for 1,10,11,12,13....basically where ever it finds a 1 in my list of items.
What am i doing wrong and how do i correct it to only show the one item no i have picked?
Many Thanks everyone