Got it with this-
but, is there a better way?
Thanks Richard
In validate Update...
IF p_web.GSV('AccessLevel') < '300'
loc:invalid = 'lPassword'
p_web.SetValue('retry','LoginForm')
loc:Alert = 'The Printing of TimeSheets is not Permitted at your Level'
p_web.SetMessage('You are Not Eligible to Print TimeSheets','',false)
p_web.SetValue('lPassword','')
p_web.Storevalue('lPassword')
p_web.SetSessionValue('lPassword','')
END