"Syntax error (comma) in query expression"
I get the noted error message and can't figure out why. Here is what I wrote:
1st FMV Review: (IIF([FMV Expires]>[End Date],[FMV Expires]-90,[End Date]-90)) This part worked fine, the I attempted to nest as follows:
1st FMV Review: (IIf([FMV Expires]>[End Date],[FMV Expires]-90,[End Date]-90),IFF([FMV Effective]="1-1-1","NA","NA")))
Adding that new stuff causes the error message. Can anyone show me what I am missing?