I am using LibreOffice version 7.5 with FireBird on a Windows 10 desktop.
.
When searching for recipes, my Report’s Parameter Query has problems finding ALL the results. For example:
.
The database only finds 10 (out of 20) recipe names if I search for Bacon using a Report Query that contains the following parameter in the SQL design:
… AND "tblRecipes"."fldRecipeName" LIKE '%' || :EnterPartialName || '%'
YET, the database finds ALL 20 recipe names that contain the word Bacon if I use the Form-Based Filter in the Recipe Name field to search for: LIKE '%Bacon%'
.
In addition, the Query finds NO results from the set of 5 new records that I have entered since I created the database by importing all the data from Microsoft Access. (But maybe that’s just a coincidence since the query isn’t picking up half the results anyway.)
.
Does anyone know what could be wrong with my parameter Query?