Hi, very simple one I think (and yet I can`t get it)!
I have a search query which works well, but on initially opening the page the search term is of course "", i.e. blank. This means my whole database is being pulled through onto the page the first time it is referenced.
How do I check that if $Search =="" then do nothing,
or, better still, if $Search <>"" do the search?
Many thanks.
:rolleyes: