substr(intpartno,1,1)

  • Thread starter Thread starter Raymond Chiu
  • Start date Start date
R

Raymond Chiu

datarows = Me.DataSet2.Tables(0).Select(" custcode='" & Me.TextBox1.Text &
"' and substr(INTPARTNO, 1, 1) = '" & clayer & "'")

I find that substr(intpartno,1,1) does not work when I replace it with 'D'
matching with clayer' value ="D".

Why?
 
Back
Top