I am having problems assigning a temporary recordset to the recordset property of a sub form when I open the main form.
I can do this ok for main form using
Set application.Forms(Str).recordset=rs
(where rs is the temp recordset and str is the name of main form)
But I am struggling to do same with subform.
Any clues?
I can do this ok for main form using
Set application.Forms(Str).recordset=rs
(where rs is the temp recordset and str is the name of main form)
But I am struggling to do same with subform.
Any clues?