Combo box, not in list and filter by form

RayFrew

New member
Local time
Today, 15:36
Joined
Sep 26, 2013
Messages
5
I have a combo box on a form who's Row Source is driven from a simple select ( Select SalesSource, CurrentState from tblSource Where CurrentState = "Live"). The LimitToList property is set to Yes. The user can only select one of the valid entries from the list. If they try to type something else the "Not in List" event triggers to show them that they must choose something from the valid list. OK so far - Access is working fine.
However, if the user wants to use Filter by Form from the ribbon / menu and types "Broker*" to see all records from all brokers the "Not in List" event fires because "Broker*" is not a valid Sales Source.
How can I get LimitToList and Filter by Form working in harmony? Do I have to emulate the "Not in List" functionality in VBA rather than letting Access do it?
Any thoughts welcomed.

Ray
 

Users who are viewing this thread

Back
Top Bottom