Filter values withing fields

  • 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.

  • can you write an example of what you are trying to accomplish ?

     


    * Noel

  • 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.

  • 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 !!!**

  • Alright, I figured something out =) Thanks.

  • 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