D DataBug Registered User. Local time Today, 08:10 Joined Oct 8, 2003 Messages 14 Dec 12, 2006 #1 I cannot get this to work no matter what I do. Form![MainForm].Form![Subform1].Form![Subform2]![Field] The query containing this statement doesn't return anything and I get no prompts or error messages. TIA
I cannot get this to work no matter what I do. Form![MainForm].Form![Subform1].Form![Subform2]![Field] The query containing this statement doesn't return anything and I get no prompts or error messages. TIA
alastair69 Registered User. Local time Today, 00:10 Joined Dec 21, 2004 Messages 562 Dec 12, 2006 #2 i think it should be:- Form![MainForm]![Subform1]![Subform2]![Field] let me know if it works i can offer other work arounds if needed
i think it should be:- Form![MainForm]![Subform1]![Subform2]![Field] let me know if it works i can offer other work arounds if needed
pbaldy Wino Moderator Staff member Local time Today, 00:10 Joined Aug 30, 2003 Messages 36,272 Dec 12, 2006 #3 http://www.mvps.org/access/forms/frm0031.htm