G
Guest
I have made an if function which is not working. I have tried both the
expressions below.
=IIf(>5,"Stock level OK","Order more Stock")
=IIf([No in Stock]>5,“Stock level OKâ€,“Order more Stockâ€)
If the field which is called No in Stock is more than 5, I want the field to
display Stock level Ok. If it's less than 5 I want the field to display
Order more stock.
Can anyone help?
expressions below.
=IIf(>5,"Stock level OK","Order more Stock")
=IIf([No in Stock]>5,“Stock level OKâ€,“Order more Stockâ€)
If the field which is called No in Stock is more than 5, I want the field to
display Stock level Ok. If it's less than 5 I want the field to display
Order more stock.
Can anyone help?