your cbxSectorType is bound to the ID so it is storing the ID not the type
I am storing the SectorType (Corporate or Operational)
correct the typingOther issues - the control source to cbxSectorType is SectorType, but in your recordsource you are bringing through DATA.[Sector Type]
How to fix that?
then you need to do the same for the form current event.I cannot see the codes. In After Update, I clicked [...] then selected Macro Builder. Then from the list, I picked "Requery" and then I inputted the control Name "CbxSector".