|
-
Jan 9th, 2000, 10:33 AM
#2
Addicted Member
So whats with all the char characters?
Try something like
Dim rRecord as Recordset
SQL = "SELECT * FROM Categories WHERE Description Like '" & Text1 & "'"
-> Categories must be a recordset name and Description must be a field in that recordset.
set rRecord = General.Open(SQL)
Any Help.
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
|