Defaults

I'm attempting to set a default warehouse during Receipt of Goods.  I've used the customizer to fill the form.

 

Sub Form_Activate
Form.Controls("lkuWhse").Text = "Rialto"
End Sub

 

It works fine if you enter the batch number but if the next button is selected, it clears the field.  Any idea?

 

Thanks