P
Patrick D.
Hi
I have a stored query in a accdb-database:
UPDATE Table SET Field1 = [?] WHERE [Field2]=[?];
Running the query I am just prompted for one parameter.
It must be only the second one.
Since I type in an existing value for Field2 and then Field1 is updated with
this value.
Typing in the first parameter at that place, which should be written into
the database I get the message: Are you sure, that you want to update 0
records? . . .no chance for the second parameter.
Why am I not prompted for both parameters?
Patrick
I have a stored query in a accdb-database:
UPDATE Table SET Field1 = [?] WHERE [Field2]=[?];
Running the query I am just prompted for one parameter.
It must be only the second one.
Since I type in an existing value for Field2 and then Field1 is updated with
this value.
Typing in the first parameter at that place, which should be written into
the database I get the message: Are you sure, that you want to update 0
records? . . .no chance for the second parameter.
Why am I not prompted for both parameters?
Patrick