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?
"' 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?