On a form I have a dropdown with Field name = Veld_5 and Field Id = Veld_5.
In the On Submit section I placed Db Record Loader and in the WHERE statement
This works for searching on a part of the text to the value sel-1a1a1. I now want here for to use the variabele mentioned in the field Veld_5.
I tried this way
Something is wrong, can you help me ?
Thanks.
In the On Submit section I placed Db Record Loader and in the WHERE statement
`content1` LIKE '%sel-1a1a1%'
This works for searching on a part of the text to the value sel-1a1a1. I now want here for to use the variabele mentioned in the field Veld_5.
I tried this way
`content1` LIKE '%{veld_5}%'
Something is wrong, can you help me ?
Thanks.
This topic is locked and no more replies can be posted.