S
Simon
I have a continiouse form showing lots fo products, i want to put a
field that shows strock leve
I have but the following code in the on load
StockLevel = DLookup("StockLevel", "qryStock", "ProductID = " &
Me.ProductID)
However as its a continiouse from its shows the same stock number for
all product, how do i do it that it looksup stock for each prodcut
indivedual
Thansk
field that shows strock leve
I have but the following code in the on load
StockLevel = DLookup("StockLevel", "qryStock", "ProductID = " &
Me.ProductID)
However as its a continiouse from its shows the same stock number for
all product, how do i do it that it looksup stock for each prodcut
indivedual
Thansk