B brsawvel Registered User. Local time Today, 08:27 Joined Sep 19, 2007 Messages 256 Dec 10, 2007 #1 Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form?
Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form?
M MStCyr New member Local time Today, 08:27 Joined Sep 18, 2003 Messages 333 Dec 10, 2007 #2 brsawvel said: Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form? Click to expand... Hello That would be: Forms!myFirstForm!MySecondForm.Form!myControl Best regards Maurice
brsawvel said: Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form? Click to expand... Hello That would be: Forms!myFirstForm!MySecondForm.Form!myControl Best regards Maurice
boblarson Smeghead Local time Today, 05:27 Joined Jan 12, 2001 Messages 32,040 Dec 10, 2007 #3 brsawvel said: Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form? Click to expand... And here's some info for you that might help (although there is more to it than this but it's a start): http://www.btabdevelopment.com/main...rhowtoreferencesubforms/tabid/76/Default.aspx And http://www.mvps.org/access/forms/frm0031.htm
brsawvel said: Hello, I know the following code will refer to a txtbox within a form Code: ([Forms]![frm1]![fld1]) But how do I refer to a txtbox within a subform within a form? Click to expand... And here's some info for you that might help (although there is more to it than this but it's a start): http://www.btabdevelopment.com/main...rhowtoreferencesubforms/tabid/76/Default.aspx And http://www.mvps.org/access/forms/frm0031.htm