Hi all,
I have an online database to record evaluation comments from a training course. When I want to report on the comments, I need to download the database and open up the reports from within the database when it is on my local network.
What I want to know, is rather than having to download the database all the time, is there a procedure I could use where I can call up an access report from within the database straight from the web interface? - Very much like the DoCmd.OpenReport command within VBA.
If this is possible, could someone please help me out with the 'how to' bit?
The second part of this, is that when I run the reports locally, I have a form to run them from in which I set the date parameters along with various other details. These details are then set as global values and retrieved within the report query from functions called WhatIsMyGlobalStartDate(), WhatIsMyGlobalEndDate() etc.
If it is possible to access a report as in my first question, how would I pass these parameters over in requesting the report?
Sorry to be a nuisance to you but I would really appreciate any help that you could give me.
Christy