Microsoft
Software
Hardware
Network
Question : Filter form via dropdown menu
I have a form (well a series of forms but I will start with just one) that contains records. One of the fields of the records is a status one. The actual field is based off its own table. What I want to do is have a dropdown menu in the header of the form (a multirecord form) that will filter it based on the selection in the drop down menu. An option to clear the filter would be nice as well.
I know that I can do this from the controls in Access but I would really like this functionality so the end user for the database has that option.
Answer : Filter form via dropdown menu
on change event of the combo box
me.filter="Status=" & me.MyCombo
me.filteron = true
and create a button to clear, and in onclick do this
me.filteron = false
Random Solutions
runddl32.exe crashes
cannot view MS Office Documents in IE6
Windows 2008 Terminal Server Mandatory profile error
How do I print/export all Shared Folder Permissions and NTFS Security on Server 2003
Why does the clipboard stop working on occasion?
SBS 2008 iis7 problem
How do I get MS Access 2000 (Office) updates sr1a & sp3 to install ?
How do you restore a smaller partition image of Windows XP onto a larger disk and still have Windows XP boot up recognizing the larger disk size?
access 2003 delete query to not work check sql syntax?
I am trying to install ADFS on Windows server 2003 R2 - I can get the ADFS web components installed but...