Calling an Access Report From the Web

  • Thread starter Thread starter kjholt
  • Start date Start date
K

kjholt

Guest
I need to be able to send an SQL string to a Access Report from a ASP page. The report is dynamic based on what the user puts into the web page. Is there a way to pass the string to Access then print out a report in the Snap shot format.


Thanks,
Kyle
 
AFAIK you can only manipulate ACCESS' tables and queries with ASP. The forms and reports can not be accessed.
You could simply create an ASP-page that looks like your desired report.
 

Users who are viewing this thread

Back
Top Bottom