Hi,
In vb i used data form wizard to create Master/Details form from a database. When i run that code i get a error in the below line:
Private Sub Form_Load()
Set grdDataGrid.DataSource = datPrimaryRS.Recordset("ChildCMD").UnderlyingValue
End Sub
It says Data error event hit err:[ADODC]: Unknown error. [ADO] then it says
Runtime error '91'
Object Variable or With block Variable not set.
But when i use Northwind database it doesnot give me error and its working fine.
Can somebody help me on this please.
Krs