Hello
I have been trying for ages to have a typed in query to be stored for later use then variables to be included.
For example:
SELECT * FROM table WHERE {List} = '{SEARCH}'
I have made an application which allows users to write there own queries without the need to use access. The query is then stored in a database and then called for on a later date. The fields {List} & {Search} are the criteria which then would be filled from textboxes.
But anyway i try it when the query is run, it is exactly as it is above.
Any help would be muchly appreciated.
Thank you very much
I have been trying for ages to have a typed in query to be stored for later use then variables to be included.
For example:
SELECT * FROM table WHERE {List} = '{SEARCH}'
I have made an application which allows users to write there own queries without the need to use access. The query is then stored in a database and then called for on a later date. The fields {List} & {Search} are the criteria which then would be filled from textboxes.
But anyway i try it when the query is run, it is exactly as it is above.
Any help would be muchly appreciated.
Thank you very much