I've loaded your database, I can't see anything wrong with the cboGoTo, only that it doesn't show any value, but it is because you clear it the AfterUpDate event for cboGoTo.
Me.cboGoTo.Value = Null 'Empty the Combo box
When you choose a value from the list it brings you to that record.