I want to update more fields with afterupdate but getting error
Private Sub Product_AfterUpdate()
SupplierBarcode = DLookup("VBarCode", "InventoryProducts", " ProductName = " & "Product")
OurBarcode = DLookup("PID", "InventoryProducts", " ProductName = " & "Product")
End Sub