Let me just check if we're on the same page; you're creating a Web application, but it should only run on a single computer? If so, consider creating a Windows Forms application instead. If not, I assume you want the Web application deployed to a Web server, including the Access database.
You might want to consider using the GridView control with the AccessDataSource control, to get you started, http://msdn.microsoft.com/en-us/library/8e5545e1.aspx