The Insert_ID is the value of the unique key generated when the insert takes place. It can't be appended at the time of insert because it doesn't exist until after the insert.
You can always append the unique key from the database when displaying the record. Why is a unique value important when inserting?