You'll have to set a default value for your prompt. Then in the Select Expert you'll edit the selection formula to include something like this:
({?userID} = "Default Value" or MyTable.UserID = {?userID})
Note the parentheses around this - if you have other selection criteria, you MUST include the parentheses in order for this to work correctly.
-Dell