Yes, make sure the combo box is using COURIER NEW or any other fixed-width font.Also use following codeSELECT *, LEFT(RM_RoomRef + SPACE(12), 12) + ' (' + RIGHT('000' + CONVERT(VARCHAR, ISNULL(RM_IntExt, 0)), 3) + ') (' + RIGHT('000' + CONVERT(VARCHAR, ISNULL(RM_MaxNo, 0)), 3) AS LBDescFROM vweRoomsUserCanSeeWHERE RM_Location = @strLocation and RM_NotInuse = 0 or UR_Location =@strLocation and UR_Paynumber = @strPaynumberORDER BY RM_RoomRef
Peter LarssonHelsingborg, Sweden