July 15, 2005 at 1:27 pm
Is it possible to have a procedure that can not only filter and sort by field and columns but also by field's data ? Like if it has that word, then take it.
July 15, 2005 at 1:29 pm
can you write an example of what you are trying to accomplish ?
* Noel
July 18, 2005 at 7:42 am
Person types in something in textfield, then it's passed into procedure that builds table and it would output only fields with values he entered.
July 18, 2005 at 7:47 am
The meaning of "passed into procedure that builds table" is not clear but as for output of fields with entered values I think you may be looking for something like:
"select * from tableName where textfield like 'enteredvalue%'" ?!?!
**ASCII stupid question, get a stupid ANSI !!!**
July 18, 2005 at 7:58 am
Alright, I figured something out =) Thanks.
July 18, 2005 at 7:58 am
Alright, I figured something out =) Thanks.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply