I would like to search in Microsoft access database for specific records, and the result must be in dbgrid.
I am using :
Data1.recordsource = "SELECT * from Information where Age >= '" & textsearch.text & "'"
Data1.refresh
When i use this, a message is showing : Type incompatible...
Thanks.
I am using :
Data1.recordsource = "SELECT * from Information where Age >= '" & textsearch.text & "'"
Data1.refresh
When i use this, a message is showing : Type incompatible...
Thanks.