Morning!

I'm attempting click on a subform record field to pull it up into 
the parent form using this code, but it's taking me to the very 
first code in the database.  The field is an autonumber field.  Is 
there a way to pullup a specific record into the parent form?

Thanks


Private Sub TimeRecID_Click()
With Me.Parent.RecordsetClone
     .FindFirst [TimeRecID] = Me.TimeRecID
    
            If Not .NoMatch Then
        Me.Parent.Bookmark = .Bookmark
    End If
End With
End Sub






------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/q7folB/TM
--------------------------------------------------------------------~-> 


Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to