E
Ed Warren
I am trying to implement the Filter by Form in Access 2007, to date I have
not had much luck finding any references and/or examples of how to implement
this. Any suggestions?? I have figured out the Ribbon XML and how to
customize the ribbon, that is working well for the following group:
<group id="dbCustomGroup3" label="Filter">
<control idMso="FilterToggleFilter" label="Toggle Filter"
enabled="true"/>
<control idMso="FilterEqualsSelection" label="Equals Selection"
enabled="true"/>
<control idMso="FilterNotEqualsSelection" label="Not Equals
Selection" enabled="true"/>
not working is:
<control idMso="FilterAdvancedByForm" label="Filter by Form" enabled="true"/>
</group>
Thanks,
not had much luck finding any references and/or examples of how to implement
this. Any suggestions?? I have figured out the Ribbon XML and how to
customize the ribbon, that is working well for the following group:
<group id="dbCustomGroup3" label="Filter">
<control idMso="FilterToggleFilter" label="Toggle Filter"
enabled="true"/>
<control idMso="FilterEqualsSelection" label="Equals Selection"
enabled="true"/>
<control idMso="FilterNotEqualsSelection" label="Not Equals
Selection" enabled="true"/>
not working is:
<control idMso="FilterAdvancedByForm" label="Filter by Form" enabled="true"/>
</group>
Thanks,