I solved the problem with this:
Dim frm As Form
Set frm = Me.Products_Subform.Form
frm.RecordsetClone.MoveFirst
....
Thanks at all people,
Rodrigo Basniak
Sorry PH :-(, and thanks Duane :-D, that's what I wanted to say.
I tried the following code:
Dim rst As Recordset
Set rst = Me.Products_Subform.Form.RecordsetClone
But I'm getting the Incomptible Types error (13) on the Set line.
What am I doing wrong?
Best regards,
Rodrigo Basniak
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.