Y
yuvalbra
I work with access 2003
i used the select queries for exampels
select * from tbl where a=val1 or a=val2 or a=val3
i want to get the resalus with this order
* select all values(val1 and val2 and val3)
* select 2 value of the 3 ([val1 and val2] or [val1 and val3] or [val2 and
val3]
* select 1 of the value
the most import is the order of the resualts (its work like Google search)
B/R
Yu
i used the select queries for exampels
select * from tbl where a=val1 or a=val2 or a=val3
i want to get the resalus with this order
* select all values(val1 and val2 and val3)
* select 2 value of the 3 ([val1 and val2] or [val1 and val3] or [val2 and
val3]
* select 1 of the value
the most import is the order of the resualts (its work like Google search)
B/R
Yu