What I have is a combobox that has as it's bound value the field [TEMP ID], amongst other things looked up by the box for display purposes in the drop-down list are [Full Name] and [Post Code].
I need to send that post-code value to a textbox after the combobox updates.
However as the combobox only stores the [Temp ID] I can't just use SetValue to push the [Post Code] to the textbox involved...and I cannot change the bound value of the combobox as the [Temp ID] is pivotal to the form in use.
Is there simple vba code to attach to the AFTERUPDATE property of the combobox to lookup and send the relevant [post code] to the textbox?
Any help appreciated.
I need to send that post-code value to a textbox after the combobox updates.
However as the combobox only stores the [Temp ID] I can't just use SetValue to push the [Post Code] to the textbox involved...and I cannot change the bound value of the combobox as the [Temp ID] is pivotal to the form in use.
Is there simple vba code to attach to the AFTERUPDATE property of the combobox to lookup and send the relevant [post code] to the textbox?
Any help appreciated.