Combobox to Filter Viewable Records on Form

IH8XEL

New Member
Joined
Jun 26, 2015
Messages
10
What's up guys?

Bear with me here...I have one table and one form. One of the fields (Entitled: PFCStatus) in my table lists the records' status as "Active," "Inactive," and "Declined." The form has navigation buttons (i.e., previous record, next record) and search combo boxes so that users can find individual records as well as navigate through each record.

I have been asked to create a combobox in the header of the form that users can use to select the status of a record, the Active, Inactive, and Declined status from the PFCStatus field. The idea is to have the user select which status they want and then be able to use the navigation and search boxes to go through every record that has the selected status.

Is this possible? Does it make sense? Do you need more info?

I cannot share the database on here because it has HIPAA related info on it.

HELP ME!!!!!!!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
i have a table with the choices and query.
"Active," ,qsActive
"Inactive," ,qsInActive
"Declined.",qsDeclined

the user picks the 'shown' value, Declined, but the combo is assigned to col 2, which reads the query.
so just execute the combo
me.rowsource = cboFilter
 
Upvote 0

Forum statistics

Threads
1,221,842
Messages
6,162,333
Members
451,760
Latest member
samue Thon Ajaladin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top