I'm trying to use a report for the first time.
I want it to display some statistics.
I can do just fine in VBA though a button which output a message.
The popup message was a quick and effective output in the beginning.
Not anymore.
How can I create a report that displays the same information?
I want it to display some statistics.
I can do just fine in VBA though a button which output a message.
Code:
Case1 = Nz(DCount("*", "[tbl2022]", "[Field7] = '" & Replace("AAA", "'", "''") & "' "), 0)
Case2 = Nz(DCount("*", "[tbl2022]", "[Field7] = '" & Replace("BBB", "'", "''") & "' "), 0)
The popup message was a quick and effective output in the beginning.
Not anymore.

How can I create a report that displays the same information?