J
Joseph Atie
I have a form with a subform.
when this form loads I want to use a recordset to populate the subform.
is this possible?
I have tried 2 different methods, but neither seesm to reference the
recordset for the subform.
Me!trans_sheet_in.Recordset = rs
but it returns the error: runtime error 24676: The expression you entered
refers to an object that is closed or doesnt exist.
Is this possible and if so how do I do it.
when this form loads I want to use a recordset to populate the subform.
is this possible?
I have tried 2 different methods, but neither seesm to reference the
recordset for the subform.
Me!trans_sheet_in.Recordset = rs
but it returns the error: runtime error 24676: The expression you entered
refers to an object that is closed or doesnt exist.
Is this possible and if so how do I do it.