I've created a table using Microsoft access that I want to add to my online database (I just can't download and upload it every time I add a table). I was told that I could add this table using sql with an asp page. What would be the sql statement to create the following table?<br><br>Table name login<br><br>Fields<br><br>loginID autonumber indexed (no duplicates)<br>name text fieldsize 50<br>level text fieldsize 50<br>username text fieldsize 50<br>password text fieldsize 50<br>