Based on the selection in a combo box, I need to execute a query that will read a different table based on the selection made, then populate a text box field on the form.
EXAMPLE:
AssetID is my combo box.
User selects an AssetID in the list.
After the selection is made, I need to query my MOVE table to determine the previous location of the Asset.
The Previous Location then needs displayed in my textbox field on the form.
Thank you in advance!
EXAMPLE:
AssetID is my combo box.
User selects an AssetID in the list.
After the selection is made, I need to query my MOVE table to determine the previous location of the Asset.
The Previous Location then needs displayed in my textbox field on the form.
Thank you in advance!