Thanks Dave,
As always, your quick to help.
How are you setting that trigger? That might be my first issue because I was using "before page load". I've tried using the session in the dropdown but I don't get the $_POST like I see in your screenshot.
I tried hand coding it like this. But without any Default WHERE. So I'm not sure if it's correct or not. Because adding anything in the WHERE give me a syntax error.
$WADbSearch1_DefaultWhere = "";
if (!session_id()) session_start();
if ((isset($_POST['WADbSearch1_test'])) && ($_POST['WADbSearch1_test'] != "")) {
(I might be missing some () in the above. Still learning that part.)
I never can get the default where to work in the WA Search behavior. I always have to leave it blank. Maybe it's my combination of the wrong trigger with the wrong WHERE default.
Again, thanks for any help,
TroyD