I am trying to create a Access style Parameter Query were the query pops up a window and asks you what to search for.
The online help says that this is an example.
SELECT title_id
FROM titleauthor
WHERE (au_id = ?)
But when I run it, it comes back with
Incorrect syntax near '?'.
Any Ideas.
Thanks
The online help says that this is an example.
SELECT title_id
FROM titleauthor
WHERE (au_id = ?)
But when I run it, it comes back with
Incorrect syntax near '?'.
Any Ideas.
Thanks