Nov 9, 2005 #1 cbearden Technical User Joined May 17, 2004 Messages 80 Location US I'm trying to set up my query where I can enter a part of a name and it searches by that. Here's what I put for criteria: Like "[Enter Name]*" So if I entered Bob, then all fields starting w/ BOb would come up. Bob Jones Bob Smith Bob Miller Thanks
I'm trying to set up my query where I can enter a part of a name and it searches by that. Here's what I put for criteria: Like "[Enter Name]*" So if I entered Bob, then all fields starting w/ BOb would come up. Bob Jones Bob Smith Bob Miller Thanks
Nov 9, 2005 #2 mp9 Programmer Joined Sep 27, 2002 Messages 1,379 Location GB Like "[Enter Name]" & "* Upvote 0 Downvote
Nov 9, 2005 #3 Lilliabeth Technical User Joined Jan 26, 2005 Messages 1,190 Location US Like[Enter Name]&"*" (I don't think it will like the quotes around the prompt.) Upvote 0 Downvote
Nov 9, 2005 Thread starter #4 cbearden Technical User Joined May 17, 2004 Messages 80 Location US I will try it. Thanks! Upvote 0 Downvote