No I haven't. I did get a response from someone in another forum though. It
appears that it can be done with custom coding and this person's company did
that sort of work -- I can't swing the cost though. Someone who knows VB
might be able to figure it out.
> did you figure this out? The filter button is not available for me and I am
> also using a secondary data source as the bound to the repeating table.
[quoted text clipped - 36 lines]
> > > > in an Outlook email message if a button is clicked? (Our Outlook will then
> > > > lookup the corresponding email addresses).
Greg Collins [InfoPath MVP] - 23 Dec 2004 16:18 GMT
Filters on secondary data sources are not supported natively... but you can do them.
You will need to manually add the filter to the .xsl file. InfoPath will leave your filter alone once its there... you just cannot do it through the InfoPath UI.
If you need an example of what a filter looks like, create a sample form with a repeating table and add a filter to it. Then look at the .xsl file to see what InfoPath did. Copy this filter to your secondary data source table and modify the filter to suit your needs.
Sorry it doesn't get much easier than that.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
No I haven't. I did get a response from someone in another forum though. It
appears that it can be done with custom coding and this person's company did
that sort of work -- I can't swing the cost though. Someone who knows VB
might be able to figure it out.
"ChrisM" wrote:
> did you figure this out? The filter button is not available for me and I am
> also using a secondary data source as the bound to the repeating table.
[quoted text clipped - 42 lines]
> > > > in an Outlook email message if a button is clicked? (Our Outlook will then
> > > > lookup the corresponding email addresses).