I've a combobox "Client" used to choose a client from the table of clients to filter other informations.
I'd like to display a default value "ALL CLIENTS" to display all the infos related to all the clients without filters, but I don't know how to do it.
I thought to use a checkbox to enable/disable the filter, but using more filters the code would be too long and the form would need too many fields...
I'd like to display a default value "ALL CLIENTS" to display all the infos related to all the clients without filters, but I don't know how to do it.
I thought to use a checkbox to enable/disable the filter, but using more filters the code would be too long and the form would need too many fields...