G
Guest
I was using Macros to automate the output of queries to Excel spreadsheets.
I then decided to using VBA in order to automatically name the files based on
the julian date and type of file. The code worked fine when the D/B was on
my local PC. But when I moved the D/B to the server for others on my team to
use the code would run fine until it got to the Output line. It would not
produced the report. I would get the msgbox "no Data, no report" (an
If...then code I added if the query resulted in no data). But there is data
but a report is not produced. Is there something I'm missing?
I then decided to using VBA in order to automatically name the files based on
the julian date and type of file. The code worked fine when the D/B was on
my local PC. But when I moved the D/B to the server for others on my team to
use the code would run fine until it got to the Output line. It would not
produced the report. I would get the msgbox "no Data, no report" (an
If...then code I added if the query resulted in no data). But there is data
but a report is not produced. Is there something I'm missing?