Arthur Fuller
fuller.artful at gmail.com
Tue Apr 17 12:16:26 CDT 2012
Thanks! A. On Tue, Apr 17, 2012 at 1:04 PM, Jim Dettman <jimdettman at verizon.net> wrote: > <<IF it's the same as Access 2003, that is!>> > > It is. A2000 and A2003 are very close. About the only thing A2003 has > over A2000 is the printer object and a little more stability. > > And for both, you can use the Me. Shorthand if the code is running in the > parent/subform: > > Me.SubformControlName.Form.Controlname > > And > > Me.Parent.ControlName > > Jim. > >