Hi,
I would like to update a Stock table using another form field.
I am using update query and writing the statement as below in query design (update to).
([tblItemsStock].[InStockQty]+[Forms]![frmAddItemsQty]![AddQty])
It is not working and updating 0 record.
any idea?
I would like to update a Stock table using another form field.
I am using update query and writing the statement as below in query design (update to).
([tblItemsStock].[InStockQty]+[Forms]![frmAddItemsQty]![AddQty])
It is not working and updating 0 record.
any idea?