> ...as an error is thrown up if REQUEST.SelectSID doesn't exist!
>
> Anybody got a simple answer to my dilemma?!!
Not sure, but have you tried either of;
REQUEST['SelectSID']
REQUEST.get('SelectSID')
Don't know if that'll fix you up though.
tim