Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Like" query not filtering properly

Status
Not open for further replies.

simon551

IS-IT--Management
May 4, 2005
249
Hi,
I have two combo boxes that run a query on a form, and my code for the query is like this:
1. [Forms]![frmInventoryReviewUpdate].[txtMgrID]
2. Like Forms!frmInventoryReviewUpdate!txtSecID & "*"

I took advantage of the info in this query.
thread701-1043086

But when I choose the SecID, the filter keeps all of them in the query but moves the one I've chosen to the top. That's kind of ugly. If I change SecID after that, it is filtered correctly. Am I just being picky?

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top