If .SubItems(19) = "Y" Then
chkTax.Value = 1
txtTaxRate.Text = .SubItems(16)
Else
chkTax.Value = 0
txtTaxRate.Text = ""
End If
having problem Compilation error : method or data member not found with this code
chktax is a check box.