I have a report that has multiple memo fields. In one of the memo fields called "lic", my "goal" is to not have it print if it's empty. No matter what I do, Access reports an error which seems non-existent to me...for example, this is what i put in the report...
IIF(IsNull([lic]),"","Update")
In response, Access reports an error and says:
Extra ) in query expression '[IIF(IsNull([lic]),"","Update")]'
I just don't see what the problem is...can anyone explain what's happening here?
IIF(IsNull([lic]),"","Update")
In response, Access reports an error and says:
Extra ) in query expression '[IIF(IsNull([lic]),"","Update")]'
I just don't see what the problem is...can anyone explain what's happening here?