View Full Version : Refering to records in a subform


JakeN
12-20-2000, 10:00 AM
I want to run a macro that uses a gotorecord command. In the gotorecord command it asks for the form that you want to change records in. But it only displays the Main Form and not my sub form. I could open up the sub form seperately but that would make things much more complicated. Is there a way to refer to the records in my subform and not in the main form?

Jack Cowley
12-20-2000, 10:19 AM
This article will show you the way...
http://support.microsoft.com/support/kb/articles/Q113/3/52.asp?LN=EN-US&SD=gn&FR=0&qry=q113352&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=ACC97

JakeN
12-21-2000, 08:18 AM
Thanks a lot! I got it working now.