If Me.UnitsInStock.Value < Me.SetReOrderLevel Then 'both are numeric fields. NOT WORKING ?
Me.Label69.Visible = True ' Label69 default is not visible
End If
Don't know why this does not work,Right now UnitsinStock has 19 in stock and SetReOrderLevel has been set to 20
Sorry for the Forest Gump Post!
Having a moment.