G
Geert Annys
Hi,
is it possible to put the result of a SQL-query in a recordset?
If so, what's the right way to go about this? I can't seem to find anything
in the Access-help.
What I want to do is select values from a table with a SQL query (SELECT *
FROM tblValveList WHERE Like '*V2*')
I use this query as recordsource for a Form and this works.
But I want to put it into a variable so that I can use it to select the
values and put it in a Listbox for example.
Do I use 'Recordset' for this and how do I use it?
Thanks in advance
Geert
is it possible to put the result of a SQL-query in a recordset?
If so, what's the right way to go about this? I can't seem to find anything
in the Access-help.
What I want to do is select values from a table with a SQL query (SELECT *
FROM tblValveList WHERE Like '*V2*')
I use this query as recordsource for a Form and this works.
But I want to put it into a variable so that I can use it to select the
values and put it in a Listbox for example.
Do I use 'Recordset' for this and how do I use it?
Thanks in advance
Geert