lets say that your autonumber field on your form is called "Autonum"
sub combobox_afterupdate()
DoCmd.SendObject ,,, acFormatRTF, combobox, , , Autonum & " requires your response, please launch the database to open the ticket", "Some text in the main message bit"...