Hello everybody,
I'm an Access novice, so maybe my questions will be a bit foolish...
I have a query that says:
SELECT people.name
FROM people
WHERE people.ID=[TheID]![ID];
And I have a query called TheID which has a field named "ID".
But alas! When I run the first query, Access (2003 btw) prompts me for the value of the parameter "[TheID]![ID]".
How can I persuade Access that this is a query, not a parameter?
Thanks in advance!
Gilad
I'm an Access novice, so maybe my questions will be a bit foolish...
I have a query that says:
SELECT people.name
FROM people
WHERE people.ID=[TheID]![ID];
And I have a query called TheID which has a field named "ID".
But alas! When I run the first query, Access (2003 btw) prompts me for the value of the parameter "[TheID]![ID]".
How can I persuade Access that this is a query, not a parameter?
Thanks in advance!
Gilad