Something like...
Me.YourComboBox.RowSource = "Your SELECT Statement goes here"
Me.YourLabel.Caption = "Your Caption goes here"
I don't know what the Item is so can't help out there. The above goes in the Command Buttons On_Click event with the other stuff.