This should be simple, but I can't figure this out and my searches don't come up with anything similar.
I'd like to place a command button on a form that filters for records in which a field is not null. I know I can go to filter by form and enter Like "*". But the users are nurses with little access experience and I'd rather not put them through that, so I'd rather use a command button to display these records.
I'm also considering displaying the form the opposite way: Having the form open filtered with the records in which the field is populated are displayed and then clicking a command button to display all records unfiltered.
I'd rather not use different forms as the users will have to toggle back and forth.
Also, the form triggers and update query. The code for this is on the on_open event. If I open the form filtered, there should be no reason the update query doesn't update all the records (not just the filtered records), is there? I don't see any reason why it should, but I'd like more experience opinions.
TIA
I'd like to place a command button on a form that filters for records in which a field is not null. I know I can go to filter by form and enter Like "*". But the users are nurses with little access experience and I'd rather not put them through that, so I'd rather use a command button to display these records.
I'm also considering displaying the form the opposite way: Having the form open filtered with the records in which the field is populated are displayed and then clicking a command button to display all records unfiltered.
I'd rather not use different forms as the users will have to toggle back and forth.
Also, the form triggers and update query. The code for this is on the on_open event. If I open the form filtered, there should be no reason the update query doesn't update all the records (not just the filtered records), is there? I don't see any reason why it should, but I'd like more experience opinions.
TIA