Forum Discussion
richlocusoutlookcom
Jan 25, 2021Copper Contributor
Combo Box - Reference a hidden field
Hello:
I have a combo-box on my Access form with two fields: A Product ID and a Product name. I hide the ID. How can I reference the combo box hidden ID in VBA?
Thanks,
- Me.ComboboxName
It will return the bound column value.
1 Reply
Sort By
- Me.ComboboxName
It will return the bound column value.