Hide data until search

Hi
How can data be hidden until do search ?
Is this feature available or do we need a specific code?
If possible, explain the method in detail

Hello
I hope it’s what you want.
Create an additional field for the table you are searching on, for example, the “searched” field. Showing only those with value “1”.
Then create a table where you will store the search criteria, eg “criteria”. When you insert the search criteria, use the insert event of the “criteria” table, and from that event update the records of the table on which you performed the searches using the saved criteria, and updating the “searched” field to 1.

Crea un campo adicional para la tabla en la que realizas las busquedas, por ejemplo, el campo “searched”. Mostrando solo los que tienen valor “1”.
Luego crea una tabla donde guardaras los critarios de busqueda, por ej, “criterios”. Cuando insertes los criterios de busqueda usa el evento insert de la tabla “criterios”, y desde ese evento actualiza los registros de la tabla sobre la que realizaste las busquedas usando los criterios guardados, y actualizando el campo “searched” a 1.