I am trying to set the content of a text box equal to the current selection in a combo box.
I tried inserting the following into the AfterUpdate code for the combo box, to no avail:
me("TextBoxName" = ComboBoxName
I am new to scripting, and I am have exhausted my limited ability to decipher the object browser when searching for a solution. Any pointers would be greatly appreciated.
Thank you!
Jim
I tried inserting the following into the AfterUpdate code for the combo box, to no avail:
me("TextBoxName" = ComboBoxName
I am new to scripting, and I am have exhausted my limited ability to decipher the object browser when searching for a solution. Any pointers would be greatly appreciated.
Thank you!
Jim