tigreeuropeo
IS-IT--Management
Hi!!!
I have a very simple table of products, identified by a reference number:
Reference Text
Description Text
I need to retrieve the description of one product, but I don't know how to use the INTO clause in a SELECT statement.
In many other programming languages the use would be:
SELECT Description INTO <host variable>
FROM Products
WHERE Reference = "123456"
The host variable (without the brackets) should be a string of our code in Access. Is it possible to do that?.
Thanks.
I have a very simple table of products, identified by a reference number:
Reference Text
Description Text
I need to retrieve the description of one product, but I don't know how to use the INTO clause in a SELECT statement.
In many other programming languages the use would be:
SELECT Description INTO <host variable>
FROM Products
WHERE Reference = "123456"
The host variable (without the brackets) should be a string of our code in Access. Is it possible to do that?.
Thanks.