guys g mo tny .... Knp y di coding VB g muncul error object variable or with object variable not set
Itu Kenapa y?
Sub NOAO2()
sql = " select * from TBL_SO_Master " 'ORDER BY NO_AO2"
Adodc3.RecordSource = sql
With Adodc3.Recordset
If Not .EOF Then ini errornya
Do Until .EOF
AO2.Text = "0" + !NO_AO2 + 1
.MoveNext
Loop
Else
AO2.Text = "0"
End If
End With
End Sub
[Non-text portions of this message have been removed]
