|
-
Oct 15th, 2000, 02:12 PM
#1
Hi there,
I can't filter data with data control in a MS Flex Grid.
The filter is choosen by selecting some check boxes, each
of which represents a possible value in the same field.
A banal ex.
NAME THE SIGN OF THE ZODIAC
------ pisces
------ aquarius
------ pisces
------ pisces
------ aquarius
(*)pisces (checked)
( )taurus (unchecked)
(*)aquarius (checked)
THANK YOU and please answer as soon as possible.
-
Oct 16th, 2000, 11:02 PM
#2
Lively Member
Why not just use SQL to create your recordset?
txtSQL="Select TableName.* FROM TableName WHERE TableName.FieldName = Value OR TableName.FieldName = Value2 ORDER BY TableName.SomeField"
Set rs=db.openrecordset(Sql,dbopendynaset)
(Assumes DAO, I have not used ADO Yet).
Hunter
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
|