Charlotte Foust
charlotte.foust at gmail.com
Thu Mar 14 20:36:36 CDT 2013
Try Me.subformname.form.ProcName Charlotte On Thu, Mar 14, 2013 at 6:32 PM, Arthur Fuller <fuller.artful at gmail.com>wrote: > The combo box wizard lets you build a "finder" very easily. I want one of > those, only I want it located on this form's parent. In other words, even > though the finder is on the parent, I want it to search the subform. > > There's code in the subform to accept an argument and do the search. I've > declared that procedure public. What is the syntax for calling that > procedure from the parent? Call SubformName.ProcName(arg)? Am I close? > > TIA, > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >