M
Mark
I can't get a Recordset Object to pass to a sub. Gives
me a type mismatch error (13).
Call Output(rst)
:
:
Private Sub Output (rst As Recordset)
It would be great to pass the current record of the
recordset too but I get the same error.
rst.movenext
Call Output(rst.fields)
:
:
Private Sub Output (rstFields As Fields)
Thanks,
Mark
me a type mismatch error (13).
Call Output(rst)
:
:
Private Sub Output (rst As Recordset)
It would be great to pass the current record of the
recordset too but I get the same error.
rst.movenext
Call Output(rst.fields)
:
:
Private Sub Output (rstFields As Fields)
Thanks,
Mark