Rexolio
Technical User
- Aug 29, 2001
- 230
I want to display all records I have in a database for my users. Easy enough. However, I want them to do a search for the records they want so that the FIRST records are records that match their criteria, then the remaining records follow in a loop WITHOUT the records that matched their criteria! I know how to do a recordset and I know how to do the LIKE function, but I don't know how to do it all with in the same recordset, as I don't want to repeat the searched records.
Does this make sense?
USER SEARCHES FOR: Red, Blue
RECORDSET:
Rec4 - Red *
Rec6 - Blue *
Rec1 - Yellow
Rec2 - Green
Rec3 - Orange
Rec5 - Black
Rec7 - White
Does this make sense?
USER SEARCHES FOR: Red, Blue
RECORDSET:
Rec4 - Red *
Rec6 - Blue *
Rec1 - Yellow
Rec2 - Green
Rec3 - Orange
Rec5 - Black
Rec7 - White