News, links, downloads, tips and tricks on Microsoft Access and related
Bad guess... Note that BoundColumn property can differ from Combo to combo.The right one is:Me.Combo1 = Me.Combo1.ItemData(0)
right, but this is why i mentioned "first column in bound"
Bad guess...
ReplyDeleteNote that BoundColumn property can differ from Combo to combo.
The right one is:
Me.Combo1 = Me.Combo1.ItemData(0)
right, but this is why i mentioned "first column in bound"
ReplyDelete