This is a simple question that probably has a simple answer but it is currently defying me.
I have two files in my database (one of them linked). One is an file (the original one) that is essentially the same as a newer one with some addition fields. The older file has more records, but fewer fields.
I want to recover some of the old data and replace it in the same named fields as the newer one.
I built a query with them joined on a single key field. However, I can not edit the data (in either file) using a "Select" Query. However, I can do edits in "Update" Mode.
More importantly I can display the data in a form (using the same query), but can not edit it.
In addition, as a side issue, if I attempt to delete a record in one of the joined files, using a "Delete" Query, does it delete both records (the joined one) and the one in the file that contains the record.
I built both the query and the form using the wizards and tried various join types - to no avail.
What settings do I need to check or change to make single record edits possible both in the query and the form.
Any help, suggestions, or insights would be greatly appreciated.
I realize this is probably a basic procedure- but it is alluding me both in my reference books and online
Thanks ahead of time for your time, knowledge and effort.
K Roger