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
Togglelink
Cannot Install SP4 on Windows 2000 Server
How do I disable File Download Security warning dialog box when trying to download a file from Internet Explorer
Need to gain access to secured folder that has access denied permission problems
Outlook error 0x80040109 -
dsquery / dsget - different results, not able to pass results to dsget
How to email an Access 2002 report in pdf format
Visual basic version conflict
Dynamic population of dropdown list based on contents of another control
How can I change the default location where RDP tries to save it's default.RDP to?