Ok so call me stupid or whatever but i forgot to code in the second half of the input box in case the user hit the cancel button. My code looks like this
DoCmd.OpenForm "formUserLoginAccess", acNormal
If IsNull(Forms!formUserLoginAccess!txtUSL) = True Then intCaseN = 2
Select Case intCaseN...