P poet1234 Registered User. Local time Yesterday, 23:18 Joined Oct 7, 2004 Messages 46 Mar 25, 2005 #1 Hello, I have a form with a subform. I want to change the record source on the subform during an OnClick event. I am not sure what I'm doing wrong, but I get a "object does not support this method" error. Can anyone help? Thanks in advance.
Hello, I have a form with a subform. I want to change the record source on the subform during an OnClick event. I am not sure what I'm doing wrong, but I get a "object does not support this method" error. Can anyone help? Thanks in advance.
M Meltdown Registered User. Local time Today, 04:18 Joined Feb 25, 2002 Messages 472 Mar 26, 2005 #2 Just a syntax problem, try addressing the subform like.. Me!SubFormName.Form.Recordsource = "Your SQL String"
Just a syntax problem, try addressing the subform like.. Me!SubFormName.Form.Recordsource = "Your SQL String"