J
jdub
I have a number of Excel spreadsheets that make various menu-driven ODBC
queries to a backend Pervasive SQL database. VBA does the ADODB stuff and
extensive Excel formatting. I'm frequently making modifications and
distributing them to the folks that need 'em.
I'd like to somehow make these available over the internet, so that folks
can access them wherever they are. Not just static reports (trivial via
Excel's publish as web page), but dynamic menu-driven reports.
I've done stuff similar to this using php/mysql, but don't know where to
begin using Excel/odbc/vba.
How do I get started? What technologies do I have to have in place to
accomplish this?
Thanks!
queries to a backend Pervasive SQL database. VBA does the ADODB stuff and
extensive Excel formatting. I'm frequently making modifications and
distributing them to the folks that need 'em.
I'd like to somehow make these available over the internet, so that folks
can access them wherever they are. Not just static reports (trivial via
Excel's publish as web page), but dynamic menu-driven reports.
I've done stuff similar to this using php/mysql, but don't know where to
begin using Excel/odbc/vba.
How do I get started? What technologies do I have to have in place to
accomplish this?
Thanks!