In the project I am working on, I need at least three tables that are all very similar, but do have some differences in the fields.
Do I Add Views or create new tables? If I have to create new tables, is there a way to copy one table's fields to another table?
Lastly, I noticed that if you make changes to a table after the database is active and has records, it will initialize the database and you will lose all records.
If that's the case, I will probably need to add fields later on. Is there any way to backup the existing data, make the changes and then import the data to the
changed database (in the correct fields)?
Thanks for your answers.
Mike