|
I'd add to the above it also depends on where your tables come from. Did you create a new table with File - Create - New table? Did you import a new table? Did you link a table? If you linked a new table, did you do that from a read-only data source? For example, did you link a new table from your organization's Oracle database server and you don't have read/write access? If so, you're not going to be able to edit either the data in those tables or the schema. There are also very basic things about tables, like create a table without an index, which means the contents of the table won't be editable. There are useful topics that discuss that in the user manual, like the Edit Tables topic in the Quick Start Guide
|