I have a combo box that allows a user to select the name of a partner contact. The combo box should only have those partner names that match the partner that I am currently viewing.
I can get the combo box to either display all values in the contacts table or I can get it to just show the names for the first partner but I can't get it to show the names of contacts that match the partner I am currently viewing. When I move from partner to partner the contents of the combo box should change to match the partner being viewed.
I've tried placing contents of a field on the form in the criteria of the query that is the row source of the combo box but I can't get it to behave the way I need.
Any suggestions?
Thanks.
I can get the combo box to either display all values in the contacts table or I can get it to just show the names for the first partner but I can't get it to show the names of contacts that match the partner I am currently viewing. When I move from partner to partner the contents of the combo box should change to match the partner being viewed.
I've tried placing contents of a field on the form in the criteria of the query that is the row source of the combo box but I can't get it to behave the way I need.
Any suggestions?
Thanks.