Editing Databases
Some customizations require that you edit tables in the project databases.
To edit a table in an Access database:
1 Start Microsoft Access and open the database.
2 Under Objects, click Tables.
3 Locate the table you want to edit, and double-click it.
4 Locate the row you want to modify and make your changes.
5 Click in another row, or close the table, to save your changes.
To edit a table in a SQL Server database:
1 Start the SQL Query Analyzer.
2 In the Object Browser, locate the database and table you want to edit.
3 Right-click the table and click Open.
4 Locate the row you want to modify and make your changes.
5 Click in another row, or close the table, to save your changes.
Related Topics