Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF x AND y OR z THEN
IF (x AND y) OR z THEN
IF x AND (y OR z) THEN
Public Function OutOfInventory() As bool
OutOfInventory = (Me.QtySold = Me.InitialQtyOnHand)
End Function
(*) This is one of the problems with the VB language