S
Simon
i have a product list form that i want a click button that will load
up a message box displaying stock level
What code would i use to do this
DLookup("[StockLevel]", "qryStock", "[ProductID]=" & Me.ProductID)
Message box
Stock level is ????
OK button
Can some one point me in right direction
up a message box displaying stock level
What code would i use to do this
DLookup("[StockLevel]", "qryStock", "[ProductID]=" & Me.ProductID)
Message box
Stock level is ????
OK button
Can some one point me in right direction