Topic: SQL Query

I have a table (Cassa) with the fields
(Giorno, Cifra, record_count, id_Nuova_Causale, Anno).
I need to select all the records in the table with the value
Anno = 2025
and display the updated TableGrid1 with only those values.
I've tried everything, but it doesn't work.
Can someone give me an example of how to write the script? Thanks.

Re: SQL Query

You don't really need to write any script.  Just use the standard 'search' function (see attached).
Derek.

Post's attachments

Attachment icon ansel.zip 440.37 kb, 13 downloads since 2026-02-24 

3 (edited by Destiny 2026-02-24 16:52:19)

Re: SQL Query

Hi Derek, I found this one which searches by checkbox.

Post's attachments

Attachment icon Search by year.zip 353.2 kb, 26 downloads since 2026-02-24 

Destiny

Re: SQL Query

Thanks