I just tried to make one now.
Heres the code.
UPDATE 3ExpFöljesedelSpec SET 3ExpFöljesedelSpec.Kategori =
[3ExpQUpdatePart1]![Kategori2], 3ExpFöljesedelSpec.UtökatPris =
[3ExpQUpdatePart1]![UtökatPris2], 3ExpFöljesedelSpec.KNNummer =
IIf([Kategori] In
("Children"),[3ExpQUpdatePart1]![SistaförKN2],[3ExpQUpdatePart1]![SistaförHSCode]),
3ExpFöljesedelSpec.KN2 = [3ExpQUpdatePart1]![SistaförKN2],
3ExpFöljesedelSpec.Ursprungsland =
[3ExpQUpdatePart1]![SistaförUrsprungsland], 3ExpFöljesedelSpec.Varuslag =
[3ExpQUpdatePart1]![SistaförVaruslag]
WHERE
((([3ExpFöljesedelSpec].Följesedel)=[Forms]![3ExpQFöljesedel]![Följesedel]));
I get parameterboxes asking me to fill in values.
Why is that, when I get the correct data when I pre-view.
"TedMi" skrev:
It depends on the nature of the "another" query and HOW you want to base
on
the results. Please be more specific as to what you want to do.