Subject SQL Filter
From Simon Catchpole <simoncatchpole63@gmail.co.uk>
Date Tue, 27 Aug 2024 16:16:49 -0400
Newsgroups dbase.getting-started

Please could someone help. I am trying to filter on an entryfield and then display the result
mchoice = form.container1.choicebox1.value
                
q=new query()
q.sql:=select * from "statements.dbf" where source = "%mchoice%"
q.active:=true
form.statementsdatamodule1.statements1.rowset.first()