Mirak
Programmer
- Aug 1, 2001
- 28
I have a main report with two subreports inserted in it. I am running the report from a vb application. All three reports use the same data file which is an access .mdb. My major problem is that the report will only run locally thru the application. when I try to run it over the network, it can't seem to locate the data files for the subreports. I coded the path for data file for the main report in a variable, but I need to know if there is a need to code the path for the subreports, and if so, how is this accomplished.