Quote Originally Posted by mrojas
In your code:
If RCF_Limit = Null Then
MsgBox "Please fill in RCF Limit!"
Me!RCF_Limit.SetFocus

simply add Exit Sub after the .SetFocus statement. Do this for each If statement.
Thanks mrojas for your assistance.