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!

Search results for query: *

  1. kazaccess

    Using wildcards in a query referencing a text box

    Perfect!Thank you so much. And, yes, "Name" was just a place holder so I could give a simple example.
  2. kazaccess

    Using wildcards in a query referencing a text box

    I have a form that opens up a query. The form has a text box where the user can type a name. If possible in the query editor, how would I go about this? For example, if the user types 'John', I would like the query to return the same as: Select * From Table Where Name Like %'John'% I have tried...
  3. kazaccess

    Mathematical Comparison Operators in Combo Box and Query

    Ok thank you. I'll give this a shot.
  4. kazaccess

    Mathematical Comparison Operators in Combo Box and Query

    I have a form that takes in combo box values and then runs a query based on those values. One combo box contains the mathematical comparison operators (<,>,=,etc.) and the other is a text box formatted to general number. I am currently unable to string these together in my WHERE condition (query...

Part and Inventory Search

Back
Top