Access 2007 Filter by Form

  • Thread starter Thread starter Ed Warren
  • Start date Start date
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,
 
Ed Warren said:
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,
 
Ed Warren said:
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,
 
It appears your reply is missing.
--
Ed Warren
Raising sails on masts not masts on sails


 
Back
Top