G
Guest
I have a query with a parameter that works fine when I display it. It
prompts me properly and returns the proper result. The query is:
SELECT ITEMS.SHORTNAME FROM ITEMS WHERE (((ITEMS.ID)=[Nbr]));
My problem is that I want to export the result to a CSV file. When I
highlight the query in the Database windowl and choose from the Menu barprompted for a value, I get the following error: Too few parameters.
Expected 1.
Can someone confirm this behavior and hopefully offer a solution to this
problem.
prompts me properly and returns the proper result. The query is:
SELECT ITEMS.SHORTNAME FROM ITEMS WHERE (((ITEMS.ID)=[Nbr]));
My problem is that I want to export the result to a CSV file. When I
highlight the query in the Database windowl and choose from the Menu barprompted for a value, I get the following error: Too few parameters.
Expected 1.
Can someone confirm this behavior and hopefully offer a solution to this
problem.