Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Input

Status
Not open for further replies.

darrylm

Technical User
Nov 21, 2000
1
0
0
JP
Hi,

This is probably a simple question. Is it possible to get user input when running a query and then pass this to the query as part of a where statement?

ie
start query

User_input : xxx

where field_name = 'User_input'


As we want to pass this to other staff who have even less knowledge than me to run!

Darrylm
 
The method for doing this tends to be database specific, so a generic solution is not that useful. So, perhaps a better question is "how do I do this in _________", posted in the _______ forum. :)
This is one area that ANSI SQL standards don't seem to work too well. Malcolm
Remember, if it wasn't for electricity, we'd be surfing the net by candlelight.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top