D
Debra
This is a very simple query to select all fields for a specific recor
identified with two parameters. The query selects the correct record
however the dialog in the pop-up window that asks for the parameter
is goofy. Where it should say, "Enter field1 value" it show
instead, "Enter field1 value], 1 [Unknown]=[Enter". It does the sam
thing for the second parameter only changing the text (as it should
and the number 1 to 3. I know I've run across this sort of proble
before, but I can't for the life of me remember how to fix it
The SQL basically looks like this
SELECT TABLE.*, TABLE.FIELD1, TABLE.FIELD
FROM TABL
WHERE (((TABLE.FIELD1)=[Enter FIELD1 VALUE]) AN
((TABLE.FIELD2)=[Enter FIELD2 VALUE]))
I have other queries that both function the same and look the same
but work correctly
identified with two parameters. The query selects the correct record
however the dialog in the pop-up window that asks for the parameter
is goofy. Where it should say, "Enter field1 value" it show
instead, "Enter field1 value], 1 [Unknown]=[Enter". It does the sam
thing for the second parameter only changing the text (as it should
and the number 1 to 3. I know I've run across this sort of proble
before, but I can't for the life of me remember how to fix it
The SQL basically looks like this
SELECT TABLE.*, TABLE.FIELD1, TABLE.FIELD
FROM TABL
WHERE (((TABLE.FIELD1)=[Enter FIELD1 VALUE]) AN
((TABLE.FIELD2)=[Enter FIELD2 VALUE]))
I have other queries that both function the same and look the same
but work correctly