Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rbasniak

    Passing through a subform with a VBA

    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
  2. rbasniak

    Passing through a subform with a VBA

    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
  3. rbasniak

    Passing through a subform with a VBA

    Hi people, How do I iterate through all registers in a subform which is in the form using VBA? Thanks, Rodrigo Basniak

Part and Inventory Search

Back
Top