I am currently working with a query which relates Brokers to their Clients. Each client has a BrokerID associated with it. This query is also linked to a form which can search for specific Brokers with a combobox. There are also fields of client termination and Broker activity. The query is set so that the broker name is equal to whatever is selected in the drop box, but the broker must be active, and the client must NOT be terminated. My problem currently is that if a Broker is not affiliated with a client, then they will not be shown on the form when selected in the combobox. I've been trying to come up with some sort of "IsNull" statement to fix this problem, but can't figure it out so far.
Any help would be greatly appreciated, and Thanks in advance!
Any help would be greatly appreciated, and Thanks in advance!