Nov 4, 2010 #1 jmasm Programmer Sep 1, 2010 22 PT I'm tryng getting data from a subform to the Main Form. I'm using this code: Me.data = Forms!nameSubform!dataname This does not work. Any help please!!!
I'm tryng getting data from a subform to the Main Form. I'm using this code: Me.data = Forms!nameSubform!dataname This does not work. Any help please!!!
Nov 4, 2010 #2 PHV MIS Nov 8, 2002 53,708 FR Me.data = Me!nameSubformControl.Form!dataname Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Nov 5, 2010 Thread starter #3 jmasm Programmer Sep 1, 2010 22 PT Thanks! It worked with few changes. Upvote 0 Downvote