|
-
Jun 22nd, 2007, 01:15 PM
#1
Re: Newbie Help: Query Builder
Hi Dag,
You can use wildcard characters.
For example:
%Potter% will match "Potter" anywhere in the title.
Read a lot more about them here:
http://office.microsoft.com/en-us/ac...881851033.aspx
Good luck
-
Jun 22nd, 2007, 01:38 PM
#2
Thread Starter
New Member
Re: Newbie Help: Query Builder
How would i go about making sure that the % sign is automatically added before and after the text to search for?
-
Jun 22nd, 2007, 01:45 PM
#3
Re: Newbie Help: Query Builder
Something like this:
(WHERE Title Like '%' + ? + '%')
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|