G
Guest
I want to run an update query that update a field only on the current form
which is a continuous form.
Is this possible and if so, do I do this in the SQL of the query and I'm not
sure how.
This is what I have for the SQL text of the query:
UPDATE InventoryTransfersFromForm, InventoryTransfersQuery SET
InventoryTransfersFromForm.BinQuantity =
[InventoryTransfersFromForm]![BinQuantity]-([InventoryTransfersQuery]![QTYTransfered]);
The update query works, but it updates all records on the form, previous and
current.
which is a continuous form.
Is this possible and if so, do I do this in the SQL of the query and I'm not
sure how.
This is what I have for the SQL text of the query:
UPDATE InventoryTransfersFromForm, InventoryTransfersQuery SET
InventoryTransfersFromForm.BinQuantity =
[InventoryTransfersFromForm]![BinQuantity]-([InventoryTransfersQuery]![QTYTransfered]);
The update query works, but it updates all records on the form, previous and
current.