I have a table called TblProducts with the following fields:
ProductID Description an PricePerUnit
I have a form where I input what is bought with the following
fields ProductID units pricePerUnit
How can I make the TblProducts update the price of the product
when the price I input is different from the one in TblProducts ?
I really apreciate your help
Roger
ProductID Description an PricePerUnit
I have a form where I input what is bought with the following
fields ProductID units pricePerUnit
How can I make the TblProducts update the price of the product
when the price I input is different from the one in TblProducts ?
I really apreciate your help
Roger