D
Dan
I am trying to write a query that willl select everyone
between a given age that is defined by the user. I tried
to write it in SQL and it doesn't recognize the variable.
This is what I have:
SELECT *
FROM [Customer Profile Sheet]
WHERE [Customer Profile Sheet].age > &StartingAge AND
[Customer Profile Sheet].age < &EndingAge;
between a given age that is defined by the user. I tried
to write it in SQL and it doesn't recognize the variable.
This is what I have:
SELECT *
FROM [Customer Profile Sheet]
WHERE [Customer Profile Sheet].age > &StartingAge AND
[Customer Profile Sheet].age < &EndingAge;