below is the code which I am using
Private Sub Form_Load()
On Error Resume Next
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Smart Invoice\Smartdata.mdb;Persist Security Info=False"
Adodc1.RecordSource = "Select * From tableSerMast"
End Sub
I am getting below said error:
[ADODC]: no RecordSource specified. [ADO] :Command text was not set for the command object