hi,
Instead of a creating a new Project create a Web Site (File->New menu item.)
Choosing that particular option opens a dialog with the expected ASP.NET Web Site, ASP.NET Web Service projects and next the language (
vb/C#).
To display a table in a webform:
1) Place an AccessDatasource control from the toolbox
2) Set the connection & SelectCommand properties
3) Place a GridView control and set the DatasouceID to the AccessDatasource control
Now run the page
Prashant