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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query criteria - Help using Like *

Status
Not open for further replies.

razor5

Technical User
Nov 5, 2008
23
IE
is there a way to place the Like "*" in a query criteria field using the iif() function?

I have a combo box that has different materials.
and a ALL material, when I select ALL, I would like
for the query to display all materials.
 
You might be able to modify the approach in

support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q98660&

by using your fieldname = "All" in the iif() criterion instead of IsNull.


Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top