T Tony Williams Sep 9, 2003 #1 Is it possible to create a subform on a subform? I have tried this but am having problems with identifying controls
Is it possible to create a subform on a subform? I have tried this but am having problems with identifying controls
A Arvin Meyer Sep 9, 2003 #2 The syntax would be (on one line): Forms!MainForm!NameOfSubformControl1.Form!NameOfSubformControl2.Form!NameOfC ontrol -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
The syntax would be (on one line): Forms!MainForm!NameOfSubformControl1.Form!NameOfSubformControl2.Form!NameOfC ontrol -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
S Steve Schapel Sep 9, 2003 #3 Tony, Yes, you can have a subform on a subform. The first subform has to be either single view or datasheet, it won't work with continuous view form. If you mean referring in expressions or code to controls on the sub-subform, you will find this useful... http://www.mvps.org/access/forms/frm0031.htm - Steve Schapel, Microsoft Access MVP
Tony, Yes, you can have a subform on a subform. The first subform has to be either single view or datasheet, it won't work with continuous view form. If you mean referring in expressions or code to controls on the sub-subform, you will find this useful... http://www.mvps.org/access/forms/frm0031.htm - Steve Schapel, Microsoft Access MVP
T Tony Williams Sep 9, 2003 #4 Thanks guys really useful, downloaded the table from the mvps site Tony