Hi,
I have a form which has a series of fields. There are two fields in particular that i want to focus on. The field names are Owner Name and Locator.
Owner Name is a combo box and Locator is a list box.
I want Owner Name to control the Locator. So for example:
Owner Name = John Jones then Locator= New York
Owner Name = Susan Noll then Locator= California
So everytime John Jones is selected the Locator will be defaulted to New York
Any suggestions as how to approach this...thanks
I have a form which has a series of fields. There are two fields in particular that i want to focus on. The field names are Owner Name and Locator.
Owner Name is a combo box and Locator is a list box.
I want Owner Name to control the Locator. So for example:
Owner Name = John Jones then Locator= New York
Owner Name = Susan Noll then Locator= California
So everytime John Jones is selected the Locator will be defaulted to New York
Any suggestions as how to approach this...thanks