SOLVED

Combo Box - Reference a hidden field

Copper 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 (Copper Contributor)
Solution
Me.ComboboxName

It will return the bound column value.
1 best response

Accepted Solutions
best response confirmed by richlocusoutlookcom (Copper Contributor)
Solution
Me.ComboboxName

It will return the bound column value.

View solution in original post