Hi!
I want to do this:
Select only [Kundnummer] then [kundnummer] is equal to 100 in a query.
Have tried this (in the "field" field) but Access just complains.
IIf ([Kundnummer] = 100, [Kundnummer], " ")
/ Smask
I want to do this:
Select only [Kundnummer] then [kundnummer] is equal to 100 in a query.
Have tried this (in the "field" field) but Access just complains.
IIf ([Kundnummer] = 100, [Kundnummer], " ")
/ Smask
Last edited: