When you drop an index using the Alter Table facility, there is no effect on the table data because the index is a structure independent of the table.
Once index specifications are saved for a table, you can drop them by reopening the Create/Alter/Drop Table dialog box and accessing the Alter Index dialog box. You can also use the Undo button from this dialog box to cancel a drop index specification before resaving the table information from the Create/Alter/Drop Table dialog box. Once completed, SQLWizard drops the old index and creates a new one using the new specifications you provide, if any.
To drop an index:
SQLWizard displays the Open Table dialog box.
SQLWizard displays the Drop Table dialog box.
SQLWizard modifies the index entry by preceding it with a - sign to indicate it will be dropped when exiting the Drop Table dialog box.
SQLWizard drops the selected indexes on the selected table.