G
Guest
I've created a pretty nifty little search form for our technical library
database. Now my users want to be able to search for a book title (one of
the fields in the db) with two words that may or may not appear together in
the title. I'm using the dialog box style (["Enter words or a phrase in the
title"]) to ask the user for input, but it seems I can't use that with "Like"
when I create a new expression to include the user's input. No matter what I
try (using "Or" or using "Like" or using two queries, etc.) I either get a
syntax error or blank results. Surely this can be done. I just don't know
how. (And, as usual, "Help" doesn't.)
Thanks for your time and expertise.
database. Now my users want to be able to search for a book title (one of
the fields in the db) with two words that may or may not appear together in
the title. I'm using the dialog box style (["Enter words or a phrase in the
title"]) to ask the user for input, but it seems I can't use that with "Like"
when I create a new expression to include the user's input. No matter what I
try (using "Or" or using "Like" or using two queries, etc.) I either get a
syntax error or blank results. Surely this can be done. I just don't know
how. (And, as usual, "Help" doesn't.)
Thanks for your time and expertise.