S
Simon
I have a message box that displays if a product is 'Stocked' or 'Not
STocked' but in the databse its stored as -1 or 0
I use the follwoing code
DLookup("StockedItem", "tblProduct", "ProductID=" & Me.ProductID)
So in the message box at the moment it says -1 or 0, how do i code it
to says 'stocked' if -1 and 'Not STocked' if 0
Thanks
STocked' but in the databse its stored as -1 or 0
I use the follwoing code
DLookup("StockedItem", "tblProduct", "ProductID=" & Me.ProductID)
So in the message box at the moment it says -1 or 0, how do i code it
to says 'stocked' if -1 and 'Not STocked' if 0
Thanks