Hello everyone, i need a bit of help. i have a form (dont we all) that ive built this rather lengthly iif statement expression into the after update property of a textbox control. works great, but.....id like to play a bit with the idea of limiting the number of controls on my form. hence the title of this request...VBA help.
=IIf([txtNC]>=[txtAvgNC150],"Outstanding",(IIf([txtNC] Between [txtAvgNC150] And [txtAvgNc125],"High Acceptable",IIf([txtNC] Between [txtAvgNc125] And [txtAvgNc75],"Acceptable",IIf([txtNC] Between [txtAvgNc75] And [txtAvgNc50],"Low Acceptable",IIf([txtNC]<[txtAvgNc50],"Unsatisfactory",""
)))
thanks in advance folks......
=IIf([txtNC]>=[txtAvgNC150],"Outstanding",(IIf([txtNC] Between [txtAvgNC150] And [txtAvgNc125],"High Acceptable",IIf([txtNC] Between [txtAvgNc125] And [txtAvgNc75],"Acceptable",IIf([txtNC] Between [txtAvgNc75] And [txtAvgNc50],"Low Acceptable",IIf([txtNC]<[txtAvgNc50],"Unsatisfactory",""
thanks in advance folks......