Okay. Trying again. I am posting my code and marked where it stops. Looks like I'm getting somewhat closer??
Thanks for hanging in here with me.
Private Sub Mass_AfterUpdate()
If Nz(Me.Mass, "") = "" Then
Me.Volume.Enabled = True
Me.Mass.Enabled = True
If Nz(Me.Volume, "") = ""...