Forum Discussion

richlocusoutlookcom's avatar
richlocusoutlookcom
Copper Contributor
Jan 25, 2021

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,
  • Daniel_Pineault's avatar
    Jan 25, 2021
    Me.ComboboxName

    It will return the bound column value.

Resources