Results 1 to 2 of 2
  1. #1
    Mike4172 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    17

    Setting a Subform's Bookmark from Parent form


    In the parent form I would like to control the subforms Bookmark. In the parent form I have this and it works fine for parent:

    Code:
    Me.RecordsetClone.FindFirst "[OldTicketNo] = " & Me![Combo82]
    Me.Bookmark = Me.RecordsetClone.Bookmark
    How would I reference a subform with same code?

  2. #2
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 01-08-2013, 12:56 AM
  2. Problem using Parent/Child Form/Subform
    By EvanRosenlieb in forum Forms
    Replies: 4
    Last Post: 06-27-2011, 05:25 PM
  3. Replies: 4
    Last Post: 05-17-2011, 06:56 AM
  4. Replies: 5
    Last Post: 03-17-2011, 06:21 AM
  5. Replies: 2
    Last Post: 10-19-2010, 11:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums