Understand the difference between 'Null' and 'Null String'. Null can not be used with a relational operator like >, <, =, <> etc. There is nothing in Null and hence it can not be compared.
So rewite the statement as below
Private Sub txtSURICCode_GotFocus()
If IsNull(txtSURICCode) = True Then...