Stumped with LIKE query



I have a MS Access database (from Office XP) to catalog my movies in. Here's
my dilemma... I have Shrek 1 an 2. From within Access, how can I query the
names so Shrek and Shrek 2 are both returned? I either get one or nothing.
Here's what I have tried (among other things):

SELECT Table1.MovieName, Table1.MovieYear, Table1.Category, Table1.Rating,
Table1.Plot
FROM Table1
WHERE Table1.MovieName Like [Enter Movie Name];

That returns only "Shrek" and not "Shrek 2".
------------------------------------------------------------------------------
-----

SELECT Table1.MovieName, Table1.MovieYear, Table1.Category, Table1.Rating,
Table1.Plot
FROM Table1
WHERE Table1.MovieName Like "%[Enter Movie Name]%";

That returns nothing as it doesn't rpompt me for a partial title name. Any
help?

Thank you very much.

.



Relevant Pages

  • Win a trip to Hollywood cd24jun
    ... everyone's favourite giant-green-ogre-starring animated comedy adventure ... get to stay in a sumptuous luxury hotel and take a behind-the-scenes trip to ... see just how great movies like 'Shrek The Third' are made. ...
    (uk.rec.competitions)
  • Re: SHREK 1 & 2 PLEASE HELP ME!!
    ... > that you'll find one for the Shrek movies. ... I probably found the screenplay for Shrek 1. ... I have to check it out and compare with the original dialogues - I will ...
    (rec.arts.animation)
  • Re: Blu-ray movies
    ... sized letterboxing across the top and bottom, Shrek the 3rd or Shrek 3 was ... Blu-ray movies to play, or did I miss a setting on the player. ...
    (alt.tv.tech.hdtv)
  • Re: AFIs Top 100 Movies
    ... I just find it funny that we are to believe that these films are 'great' ... But that's true for most movies nominated for Academy Awards. ... Shrek and Pirates would both be worthy. ...
    (rec.arts.tv)
  • Re: Two Really Cute Movies
    ... " The Adventures of Young Indiana Jones" was a fiction work ... at least TWO big sacks of tortilla chips, and watch either ... I just watched "Shrek" for the first time and found it to be ... Usually I tend to avoid cartoon movies but I see I've been ...
    (soc.senior.issues)

Loading