I am having a very odd thing happen in one of my forms. I have added 8 if statements that simply display a line of text if a statement is or is not null. The if statement looks like this:
IIf([AttributesPrivateNote] Is Not Null,"Private Notes Available","")
Each field is looking at...