public string OnHold() { if (AdvSearch.Checked) { if (onhold_chk.Checked) return "AND OnHold = true"; return "AND OnHold = false"; } return null; }