What code is necessary in DataEnvironment if I want to select just a few records from one table ,to print in one DataReport , and where I place this code ?
I hope to this code it's some like SQL statment , for examle : SQLSelect = "SELECT name FROM table WHERE name LIKE '*" & varName & "*'"
Please if you can give me a little example to I learn .
Thanks .
I hope to this code it's some like SQL statment , for examle : SQLSelect = "SELECT name FROM table WHERE name LIKE '*" & varName & "*'"
Please if you can give me a little example to I learn .
Thanks .