Background:
I am trying to create a SQL string that when ran, will ask for a specific value in the WHERE section.
For example:
SELECT * FROM tblName WHERE fieldName = [fieldName]
For the where portion is there a way to set the statement so that when it is run, the user will prompted to enter the value for [fieldName].
I am trying to create a SQL string that when ran, will ask for a specific value in the WHERE section.
For example:
SELECT * FROM tblName WHERE fieldName = [fieldName]
For the where portion is there a way to set the statement so that when it is run, the user will prompted to enter the value for [fieldName].