I cannot view the Table Definitions since I only have FTP access to the database.
When a table is created in Access, whether by SQL or the Access GUI, by default the column property "Allow Zero Length String" is set to NO. Since I can only ftp into my web server out on the net, I will need to find a way to set the property to "YES" without going into the database itself.
If the particular Field is not a required field in my form, I don't want an error to occur everytime a visitor submits the form when a value for that particular field is left blank. I cannot download the database to update the field for obvious reasons. I think that the only way to do it, is by doing it via ASP/ADO.