Hello all.
I have a database that has up-to-date data but is missing all the structure (I won't go into why this happened...). I have a backup version that has the exact same tables but with all the structure (i.e. primary keys, validation, default values etc.) intact.
Is there a way to get that structure from the backup version into the current database without losing data? (Other than, of course, manually doing it, which would take days, if not weeks)
One thing I tried is deleting all the data from the old table, copying the current data into it and the using this table (i.e. putting it in the current database). The only problem is that I get paste errors as the validation rules were not applied retroactively, so some entries in the table do not follow them. Is there a way for me to paste and Access to just ignore the paste errors and paste anyways?
Other than that, is there a better way to do this?
Thanks very much.
Greg
I have a database that has up-to-date data but is missing all the structure (I won't go into why this happened...). I have a backup version that has the exact same tables but with all the structure (i.e. primary keys, validation, default values etc.) intact.
Is there a way to get that structure from the backup version into the current database without losing data? (Other than, of course, manually doing it, which would take days, if not weeks)
One thing I tried is deleting all the data from the old table, copying the current data into it and the using this table (i.e. putting it in the current database). The only problem is that I get paste errors as the validation rules were not applied retroactively, so some entries in the table do not follow them. Is there a way for me to paste and Access to just ignore the paste errors and paste anyways?
Other than that, is there a better way to do this?
Thanks very much.
Greg