Arthur Fuller
fuller.artful at gmail.com
Tue Jun 23 19:41:14 CDT 2009
I return to my former suggestion: create a view which does the same thing as your sproc, and run that instead. Thanks to Access's filtering ability, you can easily scope this to the particular record(s) you want One proviso, which is sure you get you into trouble: if your subform(s) depend on a query that involves the parent table, lose the parent-table link. Else you are guaranteed to get into trouble. A.