|
-
Jul 27th, 2007, 07:39 AM
#1
Thread Starter
Fanatic Member
Recordset filter Q's
I create a clone of the main RS and want to filter it. I built the code to step through an array.
<code>
byteslice=trim(cstr(splitdata(i)))
FilterX= "distinct " & byteslice
objrst_filter.filter= FilterX
</code>
I need to filter for distinct entries. Can this be done? The system error says its the wrong arguement type etc....
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
|