Sub TB(msg)
	if msg="N" then
		alert("Khong tim thay Doanh nghiep theo yeu cau!")	
	end if	
	if msg="D" then
		alert("Xoa doanh nghiep thanh cong!")	
	end if	
	dn.tendn.focus()
End Sub
