G
Gina Whipp
Gurus,
Here's my problem...
I have a combo box with pulls the Brokers territory via the query below,
works perfectly... EXCEPT
SELECT btTerritoryStateID FROM tblBrokerTerritory WHERE
(((tblBrokerTerritory.btBrokerID)=[Forms]![frmLister]![txtBrokerID])) UNION
Select "ALL" as Bogus FROM tblBrokerTerritory;
If the Broker has no Listing in that territory the whole form goes blank and
you have to close the form and reopen it. I have tried requerying and
undoing but the form still goes blank. I have tried this on the
Not_In_List, Before_Update and After_Update event. Please note, I do want
to show all their territories because I want to give a message that says "No
Listing in this State/Country".
Any ideas?
Thanks,
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
Here's my problem...
I have a combo box with pulls the Brokers territory via the query below,
works perfectly... EXCEPT
SELECT btTerritoryStateID FROM tblBrokerTerritory WHERE
(((tblBrokerTerritory.btBrokerID)=[Forms]![frmLister]![txtBrokerID])) UNION
Select "ALL" as Bogus FROM tblBrokerTerritory;
If the Broker has no Listing in that territory the whole form goes blank and
you have to close the form and reopen it. I have tried requerying and
undoing but the form still goes blank. I have tried this on the
Not_In_List, Before_Update and After_Update event. Please note, I do want
to show all their territories because I want to give a message that says "No
Listing in this State/Country".
Any ideas?
Thanks,
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II