Hey,I am fairly new with access 2016, and I have a question.
It will probably be very simple but I do not know, or I can not find it.
I have a table article with a field stock (number) and a field blocked (yes / no).
if the value of the field stock = 0 , I want the field blocked to get the value yes.
I have a button update with which I can update the article field with a certain value, however I would like to see if the stock field gets the value 0, the field blocked automatically get de the value yes.
Private Sub update_Click ()Stock =0
Stock = Stock + Plus - Minus
Plus = 0
Minus = 0
End Sub
Is this possible
thanks in advance