J
James
I'm writing code to fill in data on a report. This is what I've got:
Public Sub LoadData(childData As DataSource)
Set Me.Recordset = childData.Dataset
End Sub
It steps through .Dataset just fine, when it tries to move on it errors
out saying "Run Time error '2593' This feature is not available in an
MDB"
I use Me.Recordset in forms and it works just fine.
I've got to View -- Immediate Window and entered: ?me. and it finds
Recordset as a choice.
Does anyone have any ideas what's going on? Or have I totally lost
everyone? Thanks for the help.
Public Sub LoadData(childData As DataSource)
Set Me.Recordset = childData.Dataset
End Sub
It steps through .Dataset just fine, when it tries to move on it errors
out saying "Run Time error '2593' This feature is not available in an
MDB"
I use Me.Recordset in forms and it works just fine.
I've got to View -- Immediate Window and entered: ?me. and it finds
Recordset as a choice.
Does anyone have any ideas what's going on? Or have I totally lost
everyone? Thanks for the help.