C
CBender
I need to specify an IIf statement to look at another field and depending on
what that field contains I need it to peovide a number associated with the
contents of the associated field.
The following IIf statement is what I am trying to use. However, there is
OBVIOUSLY an error in it because I cannot save the table when I enter this as
the default value for the LineCallPriorityFee field.
=IIf([LineCallPriority]="",0,0), IIf([LineCallPriority]="Report Only",0,0),
IIf([LineCallPriority]="Low",50,0), IIf([LineCallPriority]="Medium",250,0),
IIf([LineCallPriority]="High",500,0)
The LineCallPriority field is text with the following values: Blank, Report
Only, Low, Medium, High.
The LineCallPriorityFee field values should be: 0, 50, 250, or 500
(depending on what the contents of the LineCallPriority field).
I put in an IT request to have an air bag installed in my monitor but my
they just laughed at me. So any assistance in fixing this problem would be
greatly appreciated.
Thanks,
Chip
what that field contains I need it to peovide a number associated with the
contents of the associated field.
The following IIf statement is what I am trying to use. However, there is
OBVIOUSLY an error in it because I cannot save the table when I enter this as
the default value for the LineCallPriorityFee field.
=IIf([LineCallPriority]="",0,0), IIf([LineCallPriority]="Report Only",0,0),
IIf([LineCallPriority]="Low",50,0), IIf([LineCallPriority]="Medium",250,0),
IIf([LineCallPriority]="High",500,0)
The LineCallPriority field is text with the following values: Blank, Report
Only, Low, Medium, High.
The LineCallPriorityFee field values should be: 0, 50, 250, or 500
(depending on what the contents of the LineCallPriority field).
I put in an IT request to have an air bag installed in my monitor but my
they just laughed at me. So any assistance in fixing this problem would be
greatly appreciated.
Thanks,
Chip