L
Linda Ribbach
I have a report that displays dollars when recorded payments are on
hold. Everything was working great until there where no longer any
payments on hold.
Now the report displays the word "error" in all text boxes. The person
using this report wants $0.00 dollars and a title that states "there are
no items on Hold for this Acctg Period"
So, I created a clone of the original report. And Ithen I created
strings "$0.00" in the text boxes where the "ERROR" was. Then, in the
original report, on no data event, I set a macro to run which opens the
clone report. The problem was that the original report with the errors
remained on top and the clone was under it. I had to close the bad
report to display the clone.
Then I tried a "cancel event" in the macro after the clone report opens.
That worked when I launched the report from the database window, but
when I tried using the button, I got another error message.
This error message did not prevent the me from continuing and the clone
report opened.
But, I don't want the user to have to see an dialogue box error
everytime. There must be some simple solution to "no records". This is
not like null records.
Thanks in advance.
Linda
hold. Everything was working great until there where no longer any
payments on hold.
Now the report displays the word "error" in all text boxes. The person
using this report wants $0.00 dollars and a title that states "there are
no items on Hold for this Acctg Period"
So, I created a clone of the original report. And Ithen I created
strings "$0.00" in the text boxes where the "ERROR" was. Then, in the
original report, on no data event, I set a macro to run which opens the
clone report. The problem was that the original report with the errors
remained on top and the clone was under it. I had to close the bad
report to display the clone.
Then I tried a "cancel event" in the macro after the clone report opens.
That worked when I launched the report from the database window, but
when I tried using the button, I got another error message.
This error message did not prevent the me from continuing and the clone
report opened.
But, I don't want the user to have to see an dialogue box error
everytime. There must be some simple solution to "no records". This is
not like null records.
Thanks in advance.
Linda