If you create a blank database, in MS-access, you can issue SQL commands to create tables. i.e.
1. Create a blank database with no tables
2. Create an ASP file, including the connection code, and write create table statements. Include a subroutine to check for errors, that might creep up, if any. (make use of err.Number, err.Description, to simplify your work)
3. Use Response.Write statements, if there are no errors, to display, "Successfully created a table"
and yes, use Mozilla Firefox
