Hello,
I would like to know if it’s possible…
I made an application which has a grid (DataGrid) . I want to select only few records of it and than I’ll interogate them using SQL (I’m working with MSAcces and Visual Basic 6.0).
E.g:
-Table1
column1
column2
column3
strSQL=”SELECT [only selected records] FROM Table1 where column1=’” & Val(Text1.text) & “’”
Can you say what kind of grid (control) is more better to use in this situation?
Please give me an exemple, if you have some time for me…
Even if my question seem to be one easy or stupid, please answer me…
Thanks,
Zane