Hi
I have just started to learn
VB.Net, I would like to create a recoredset where I pass different varaibles into the where clause, I do have an example, but it is for SQL, where as I am using a Access back end.
for example:-
select *
from Table
Where ?
entered into the dataadapter and
sqldataadapter1.selectcommand.parameters("@Param1" ).value = "Clause"
in the code
I have tried replacing the SQL dataaapter with a OLE one, but it didn't work.
Very stuck
Thanks
Louisa