Hi All,
I am using Recordset to retrieve data from SQL server. After the rst is back I do
Set Me.Recordset = rst
and then populate the Detail section of my form.
but when I wana use this form inside another form as a subform I can't find a Recordset property for the subform
I was trying
Set Me.frmSubSearch.Recordset = rst
I get an error:"Method of Data member not found?
any help would be greatly appreciated.
Azita
I am using Recordset to retrieve data from SQL server. After the rst is back I do
Set Me.Recordset = rst
and then populate the Detail section of my form.
but when I wana use this form inside another form as a subform I can't find a Recordset property for the subform
I was trying
Set Me.frmSubSearch.Recordset = rst
I get an error:"Method of Data member not found?
any help would be greatly appreciated.
Azita