My question is fairly straight forward and hopefully simple.
I’ve got a database that has a long list of part numbers, and some items without part numbers. What i’d like to do is have a command button or Radio button that when activated, hides these null records, and when pressed again, shows them once more.
I can give more detail if needed
Thanks for any help!
Here is an example of using the Filter (same as using of out-of-the-box filtering capability from the Access/Office menu):
Setup:
Event handler for the Checkbox (OnClick):
Result would be something like these:

