I've been programming in VBA and SQL for a few years, but am new to ASP and web programming concepts. I'm creating my first ASP page with an Access table as the database. I can figure out how to get data from the database to the web page and also to save data from the web page to the database.
I'm wanting to access that same database from my desktop to run queries, reports, etc. from the data that I've captured from the web responses. I'm just not sure how to do that since the database is sitting on the web server. Obviously there has to be a better way than to pull the database down from the web server to my desktop.
I'm wanting to access that same database from my desktop to run queries, reports, etc. from the data that I've captured from the web responses. I'm just not sure how to do that since the database is sitting on the web server. Obviously there has to be a better way than to pull the database down from the web server to my desktop.