Hello all,
If a given Jet Report returns zero rows because nothing matches the criteria, is there anyway to display some kind of a message notifying the user of the same? Maybe something like 'No matching records found.', or some such.
Hello all,
If a given Jet Report returns zero rows because nothing matches the criteria, is there anyway to display some kind of a message notifying the user of the same? Maybe something like 'No matching records found.', or some such.
You could copy your NL(Rows) function, change it to an NL(Count), and then embed it in an Excel IF() function.
Like this: