Good afternoon all -
Background:
I am using Crystal Reports 8.5 connecting to a SQL Server backend. I currently have several reports that were designed in Crystal and several that were designed in Access (all connect to the same database). This tends to confuse some of the users, they have a difficult time remembering where certain reports are. So...
I have created an Access app that uses VBA and RDC so that all the reports can be viewed from the same place. This works fine.
Problem:
Some of the reports need to be run on a periodic schedule, i.e., monthly, weekly, etc. I am writing procedures to automate this task, but some months certain reports will have no data and other months they will have data. Since I am automatically .pdf'ing these files to Web Server folders, I would like the report file to essentially say something like "No Data" if there is no data. I have tried several methodologies and only get a blank report.
If this is not possible with Crystal I would be perfectly happy to incorporate the no data check into my VBA code. Is there a method for this that I can call through RDC?
Thanks in advance for any ideas.
-Gary
Background:
I am using Crystal Reports 8.5 connecting to a SQL Server backend. I currently have several reports that were designed in Crystal and several that were designed in Access (all connect to the same database). This tends to confuse some of the users, they have a difficult time remembering where certain reports are. So...
I have created an Access app that uses VBA and RDC so that all the reports can be viewed from the same place. This works fine.
Problem:
Some of the reports need to be run on a periodic schedule, i.e., monthly, weekly, etc. I am writing procedures to automate this task, but some months certain reports will have no data and other months they will have data. Since I am automatically .pdf'ing these files to Web Server folders, I would like the report file to essentially say something like "No Data" if there is no data. I have tried several methodologies and only get a blank report.
If this is not possible with Crystal I would be perfectly happy to incorporate the no data check into my VBA code. Is there a method for this that I can call through RDC?
Thanks in advance for any ideas.
-Gary