J
Jens R. Rasmussen
I have a report which lists the records from a table containing the field
HVILKET and the field BETALT.
Now I want only to show BETALT if HVILKET = "kommer".
Therefore I have tried in the the control source to write
IFF([HVILKET]="kommer";[BETALT];"-")
It works fine for HVILKET <> "kommer", but when HVILKET = "Kommer" I get an
error (#error) in stead of the expected value for BETALT
So my syntax must be in error. please help.
regards
/jens
HVILKET and the field BETALT.
Now I want only to show BETALT if HVILKET = "kommer".
Therefore I have tried in the the control source to write
IFF([HVILKET]="kommer";[BETALT];"-")
It works fine for HVILKET <> "kommer", but when HVILKET = "Kommer" I get an
error (#error) in stead of the expected value for BETALT
So my syntax must be in error. please help.
regards
/jens