Hello i need some advice and help , i have a table named clients and in this table i have customer but company too who ask for my services. i need to build 2 grid application in one to show the data from table where are only customer and in second grid application to can show only the data with companies based on field name_srl… becasue the companies are less than regular customer there are lot of empty data in name_companies field. so i want to show it separatlei in 2 tables
for example when i write this in SQL
SELECT * FROM Clienti WHERE name_companies != “” this will show me only the row that have data in that field and its great, but in grid application i couldnt make it to work
Can anyone pease help me with this, to write a code for me and to tell where to put it ?
thank you