Access 2007 Filter by Form

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,
 
T

tomolatino

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,
 
T

tomolatino

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,
 
E

Ed Warren

It appears your reply is missing.
--
Ed Warren
Raising sails on masts not masts on sails


 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top