C
Cadburys
Hi
I have multiple queries based on queries - each builds (with various
parameters from a form) up to the final query which I am using as the source
for a form.
Suddenly the query keeps prompting me for the value even though the form is
open. Even the first query is doing this.
Here is the sql
SELECT [Task List].*, [Forms]![Main]![cmbClient] AS ClientSelect
FROM [Task List]
WHERE ((([Forms]![Main]![cmbClient])=[Client] Or
([Forms]![Main]![cmbClient]) Is Null));
The form called "Main" is open but is not been "seen".
Any help or guidance would be appreciated.
Thanks
I have multiple queries based on queries - each builds (with various
parameters from a form) up to the final query which I am using as the source
for a form.
Suddenly the query keeps prompting me for the value even though the form is
open. Even the first query is doing this.
Here is the sql
SELECT [Task List].*, [Forms]![Main]![cmbClient] AS ClientSelect
FROM [Task List]
WHERE ((([Forms]![Main]![cmbClient])=[Client] Or
([Forms]![Main]![cmbClient]) Is Null));
The form called "Main" is open but is not been "seen".
Any help or guidance would be appreciated.
Thanks