potresti semplificare ancora un poco ^^
così:
sql="select * from cat"
if prova<>"tutte" then
sql=sql & "where casa like like '%"&prova&"%'"
elseif px<>"Tutti" then
sql=sql & "where nome like '%"&px&"%'"
end if
rs.open sql
![]()
potresti semplificare ancora un poco ^^
così:
sql="select * from cat"
if prova<>"tutte" then
sql=sql & "where casa like like '%"&prova&"%'"
elseif px<>"Tutti" then
sql=sql & "where nome like '%"&px&"%'"
end if
rs.open sql
![]()
Ah, Jedis! I had no ideas! What can i do for you, honored Jedis?
I'm not Jedi. I'm a guy with a lighsaber and a few questions.