Tuesday, July 29, 2014

How To Exporting Database Objects to ASP Files in Access 2003

When you export a database object as an Active Server Page (ASP) file, you are giving Web users access to the information in your database. Unlike a static HTML file, an ASP file connects to the database and retrieves the most current information for the user to view.

Export a Database Object to an ASP File


graphics/1_icon.jpg
In the Database window, click the database object you want to export, click the File menu, and then click Export.
graphics/2_icon.jpg
Click the Save As Type list arrow, and then select Microsoft Active Server Pages.
graphics/3_icon.jpg
Click the Save In list arrow, and then select the location where you want to save the file.
graphics/4_icon.jpg
Click Export or Export All.
graphics/10inf08.jpg

See Also

See "Exporting Data to Other Programs" on page 242 for more information on exporting data from Access.
graphics/5_icon.jpg
Enter the name of the HTML template (if one exists).
graphics/6_icon.jpg
Enter the name of the database file that contains the data you want the Web server to access.
graphics/7_icon.jpg
Enter the user name you want the Web server to use to connect to the database.
graphics/8_icon.jpg
Enter the password you want the Web server to use to log on to the database.
graphics/9_icon.jpg
Enter the Web server URL.
graphics/10_icon.jpg
Click OK.
graphics/10inf09.jpg