J
Jacqueline
I have a simple problem or so I thought. I have three different levels, based
on the level I need to add either 365, 180, or 90 days to the LastDate field.
Here is the code I am useing, been through it a million times and can't
figure what is wrong. If anyone is out there... Help!
=IIf([Level]="3",([LastDate]*365,IIf([Level]="2",([LastDate]*180,IIf([Level]="1",([LastDate]*90,"Error"))))))
This code is entered in a text box, when I run the form the box comes up
blank, it does not even have an error message.
Any help will be a life saver!!
Jacqueline
on the level I need to add either 365, 180, or 90 days to the LastDate field.
Here is the code I am useing, been through it a million times and can't
figure what is wrong. If anyone is out there... Help!
=IIf([Level]="3",([LastDate]*365,IIf([Level]="2",([LastDate]*180,IIf([Level]="1",([LastDate]*90,"Error"))))))
This code is entered in a text box, when I run the form the box comes up
blank, it does not even have an error message.
Any help will be a life saver!!
Jacqueline