Sélection d'un attribut
Solved
epaude
-
castours -
castours -
Hello,
I am working with an Access database.
Depending on the value of age represented by an attribute "Age", I will perform several actions.
So I select these rows using this command:
SELECT Name, Age
FROM MyTable
WHERE Age >= 18;
When executing the command, a dialog box appears asking me to enter an age value.
So, I enter an arbitrary value, let's say '21', and the result of the query lists all the 'Name' attributes where the age is greater than 18, but in the 'Age' attribute, I only have '21'.
However, I also need to visualize this value.
I don't know how to prevent the software from asking me to enter a value.
Can you help me?
I am working with an Access database.
Depending on the value of age represented by an attribute "Age", I will perform several actions.
So I select these rows using this command:
SELECT Name, Age
FROM MyTable
WHERE Age >= 18;
When executing the command, a dialog box appears asking me to enter an age value.
So, I enter an arbitrary value, let's say '21', and the result of the query lists all the 'Name' attributes where the age is greater than 18, but in the 'Age' attribute, I only have '21'.
However, I also need to visualize this value.
I don't know how to prevent the software from asking me to enter a value.
Can you help me?