Ok I managed to fix that:
code now:
Me.LastName = Left(OpenArgs, InStr(OpenArgs, " ") - 1)
Me.FirstName = Right(OpenArgs, InStr(OpenArgs, " ") + 1)
No error message, but Now Last Name representing ok no matter how long it will be. But First Name now ruins ups. Example: I type in...