Hey Bob
> $query->AddDBParam('-recid', $_POST['-recid']);
$_POST['-recid'] seems weird to me. Is it kosher?
So in the form, it's
<input type="hidden" name="-recid" value="<?php echo //way of getting
recid; ?>">
?
What happens if you give the hidden input a better name (without the
hyphen)?
-Joel