Is it possible to use a vb array in the where clause of an sql statement? I have a datagrid that is populated with data from a table. I want to have the ability to select one to several records from the grid storing the values of one of the columns into an array. Then use that array in the where clause of antoher sql statement to populate a different recordset. This will allow me to load the selected data into a form so the user can edit the records one at a time or do bulk updates.
Does anyone know the correct syntax?
Thanks
Does anyone know the correct syntax?
Thanks