|
-
Mar 22nd, 2000, 11:54 PM
#1
Thread Starter
Hyperactive Member
Help! I'm using the following to open a recordset and grab all the records that are a close match. Basically I have questions that aply for more than 1 subject that are exactly the same. I need to have the search criteria match using LIKE or similar. Any ideas?
Set rcdTemp2 = dbsData.OpenRecordset("select * from questions where QuestionName like '" & Mid(strTemp, 1, 6) & "'")
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
|