C
Caleb
Hello, I have two querys, one runs off the other. The first query simply has
the Criteria set to ' Like "Accepted *" ' for the [ApprovedStatus] field so
it pulls out all but the declines.
The second query runs off the first, and the second has all the same fields
except I have the Criteria for the [OrderId] field set to ' <1000000000 '
to pull out all the orders under a million. Now I couldn't set this Criteria
in the first query becaue for some reason it still pulls a few records that
are over a million because they're listed as Accepted in the [ApprovedStatus]
field.
Now if someone can tell me how to include both these Criteria in one query
that would be best but otherwise my problem is that everytime I try to run
this second query an "Input Paramater Value" input box for Query1.OrderId
pops up. If I hit okay without entering anything a get the right results but
I have no idea why this input box is showing up. I have no querys named
'Query1' so I'm stumped.
Any help would be greatly appreciated,
Thanks in advance,
Caleb
the Criteria set to ' Like "Accepted *" ' for the [ApprovedStatus] field so
it pulls out all but the declines.
The second query runs off the first, and the second has all the same fields
except I have the Criteria for the [OrderId] field set to ' <1000000000 '
to pull out all the orders under a million. Now I couldn't set this Criteria
in the first query becaue for some reason it still pulls a few records that
are over a million because they're listed as Accepted in the [ApprovedStatus]
field.
Now if someone can tell me how to include both these Criteria in one query
that would be best but otherwise my problem is that everytime I try to run
this second query an "Input Paramater Value" input box for Query1.OrderId
pops up. If I hit okay without entering anything a get the right results but
I have no idea why this input box is showing up. I have no querys named
'Query1' so I'm stumped.
Any help would be greatly appreciated,
Thanks in advance,
Caleb