|
-
Aug 13th, 2011, 09:27 PM
#1
Thread Starter
New Member
-
Aug 13th, 2011, 11:02 PM
#2
Re: Query builder challenge within VB.NET
AFAIK, parameters in Access are sorrounded by []
http://www.fontstuff.com/access/acctut01.htm
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
-
Aug 14th, 2011, 09:58 AM
#3
Thread Starter
New Member
Re: Query builder challenge within VB.NET
Thanks,
however [] will create the prompt and is not the objective.
Instead I need the query builder to read a value from a text box. Anyone has accomplish this?
-
Aug 14th, 2011, 10:09 AM
#4
Re: Query builder challenge within VB.NET
jggtz is correct for parameters within Access, but to pass values from your program the parameter placeholders should be just ? (with no name afterwards), eg:
Code:
WHERE (MFNAME LIKE ? + '%')
-
Aug 14th, 2011, 11:19 AM
#5
Thread Starter
New Member
Re: Query builder challenge within VB.NET
si_the_geek ..just tried your answer and it worked super...
I'd spent hours reading without find it..so I trully appreciatte it. Thanks.
Tags for this Thread
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
|