Nov 4, 2010 #1 jmasm Programmer Joined Sep 1, 2010 Messages 22 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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 Joined Sep 1, 2010 Messages 22 Location PT Thanks! It worked with few changes. Upvote 0 Downvote