Im having a little problem with the CR9 bundled into VB.NET 03, I want to filter out some data, here is my selectionformula:
CRViewer1.SelectionFormula = "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones'
But I want to filter out client: "Bernard Smith", how I do this?