Before I delve into converting a whole project from Access to SQL AND teach myself enough ASP to accomplish the task described below, is there any other sort of web programming technique besides ASP that would allow my remote users to "click the button" to run a procedure in my Access form? I know SQL is superior to Access in many ways, but this is very low volume stuff, very low concurrency, and it WORKS, so I hate to mess with it too much if I can avoid it.
I have a fairly simple Access database to display scheduling information for drivers. When they check their schedule, they click a button to "OK" each trip (each of which is a record). This command button runs a procedure that checks to see if the driver has OK'd this trip before, adds a record to a "timestamp" table with date and time if they haven't, and updates the date and time if they have.
Now the boss want this to be web-accessible so the drivers can check (and OK) their schedule remotely! Silly me read the MS documentation which made it sound like a Data Access Page would do the job, but I've learned my lesson - the remote user can type info, but not run procedures:-(
My second idea was ASP, which I was looking to gain more experience with anyway, but apparently there is no way to run the Access procedure that way either. From what I've learned, I'd have to recreate my project in SQL first (yet more self-education LOL), and THEN learn how to display and manipulate my records via ASP.
Please don't think I'm that lazy guy looking for a piece of duct tape to cover up his poor planning!! This is a NON-critical little timesaver (and papersaver) that I whipped up as a convenience, and that was that - until someone got a bright idea, and now it's looming as a major undertaking! If there's a better suggestion on web-enabling this thing, please post!
Thanks!
I have a fairly simple Access database to display scheduling information for drivers. When they check their schedule, they click a button to "OK" each trip (each of which is a record). This command button runs a procedure that checks to see if the driver has OK'd this trip before, adds a record to a "timestamp" table with date and time if they haven't, and updates the date and time if they have.
Now the boss want this to be web-accessible so the drivers can check (and OK) their schedule remotely! Silly me read the MS documentation which made it sound like a Data Access Page would do the job, but I've learned my lesson - the remote user can type info, but not run procedures:-(
My second idea was ASP, which I was looking to gain more experience with anyway, but apparently there is no way to run the Access procedure that way either. From what I've learned, I'd have to recreate my project in SQL first (yet more self-education LOL), and THEN learn how to display and manipulate my records via ASP.
Please don't think I'm that lazy guy looking for a piece of duct tape to cover up his poor planning!! This is a NON-critical little timesaver (and papersaver) that I whipped up as a convenience, and that was that - until someone got a bright idea, and now it's looming as a major undertaking! If there's a better suggestion on web-enabling this thing, please post!
Thanks!