|
-
Nov 2nd, 2000, 04:32 PM
#1
Thread Starter
Junior Member
I write this SQL quary :
PARAMETERS Parametr Text ( 255 );
SELECT tbl1.code, tbl1.Desc
FROM tbl1
WHERE tbl1.Desc Like "*" & [Parametr] & "*";
it works very well in Access. but when I pass the parameter with VB I got an empty recordset , can you help me with it ?
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
|