SOLVED

Combo Box - Reference a hidden field

New Contributor

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,

1 Reply
best response confirmed by richlocusoutlookcom (New Contributor)
Solution
Me.ComboboxName

It will return the bound column value.