Hello
I am setting up a small Db for a help desk of 6 people. I have made a database that consists of a table with a Problem column and a corresponding Solution column. I made forms to read and write new issues and their corresponding solutions to the table.
Here's what I need: I want there to be an icon on a shared drive that we can click on that opens up a web browser (lets just say IE 6 since thats what we're running here and no i dont have the ability to change to a different browser). We would be able to enter the info into the page and it would communicate with the Access Db. So in short, I do not want Access to open up on their individual PCs, just an IE page that lets them read and write to the Db.
Do I accomplish this by exporting the forms in a certain format and then code a web page to integrate that exported format?
Thank you in advance for any assistance!