Topic: Search btn with sql query
first of all im in love with MVD
i tried so hard to learn how to create simple databases but with MVD is way easy
i tried to create a recursive search button using SQL QUERY
i have a entry where you put part of the name you search for and want to show a list of all lines have text entry in them
i tried and i know is not working thats why i ask for you help
select users.username from users where users.username LIKE '%+Form1.useredit.text%'