Hello all,
I have an IIF statement on a form that inserts different fees based on the type of account chosen in another field on the form. The IIf statement looks like this... =IIf([6th Week]="C",175,IIf([6th Week]="D",90,IIf([6th Week]="W",45,IIf([6th Week]="WD",45,IIf([6th Week]="W*",90,IIf([6th Week]="C*",220,IIf([6th Week]="D*",135,0))))))). In Access 2003 and back this works and updates immediately and perfectly. However in Access 2007 I have to navigate at least 2 records in either direction of the current record before the field will update. Any ideas why it works fine in the earlier versions of Access and then behaves this way in 2007. This is the only issue I have encountered moving this DB to 2007. Thanks in advance for your help.
I have an IIF statement on a form that inserts different fees based on the type of account chosen in another field on the form. The IIf statement looks like this... =IIf([6th Week]="C",175,IIf([6th Week]="D",90,IIf([6th Week]="W",45,IIf([6th Week]="WD",45,IIf([6th Week]="W*",90,IIf([6th Week]="C*",220,IIf([6th Week]="D*",135,0))))))). In Access 2003 and back this works and updates immediately and perfectly. However in Access 2007 I have to navigate at least 2 records in either direction of the current record before the field will update. Any ideas why it works fine in the earlier versions of Access and then behaves this way in 2007. This is the only issue I have encountered moving this DB to 2007. Thanks in advance for your help.