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.
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.