D
darkoko
Hi,
I need to update multiple records something like this:
I have item A and item B and and both quantity is 0.
Then I have in a form like I want to enter for item A to be one in quantity,
and for item B two in quantity.
I have made query like this >
UPDATE Delovi SET Delovi.Kolic = (Delovi!Kolic)+forms!porudzbine!QPorDelovi.
Form!Koliciina
WHERE Delovi.KatBR in (select katbr from pordelovi where brpor=Forms!
[Porudzbine]![BrPor]);
But with this query it just enterone in quantity for both item, so I need to
make a query that will sum separate every record...
Thanx
I need to update multiple records something like this:
I have item A and item B and and both quantity is 0.
Then I have in a form like I want to enter for item A to be one in quantity,
and for item B two in quantity.
I have made query like this >
UPDATE Delovi SET Delovi.Kolic = (Delovi!Kolic)+forms!porudzbine!QPorDelovi.
Form!Koliciina
WHERE Delovi.KatBR in (select katbr from pordelovi where brpor=Forms!
[Porudzbine]![BrPor]);
But with this query it just enterone in quantity for both item, so I need to
make a query that will sum separate every record...
Thanx