What do you mean by "edited"?
Which table are you appending to?
Appending is not the same as updating, at least with Access queries.
How have you "joined" the two tables? Using a query to view the records
from both? By shoving all of the records from the two tables into a new,
single table?
More info, please...
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"MKBRAD" <MKBRAD RemoveThis @discussions.microsoft.com> wrote in message
news:2D5C3F66-C0FE-4487-A319-015D8303FD6A@microsoft.com...
>I have joined two tables with identical fields to combine separate
>"District"
> information. The information in the combined tables is often changed and
> added to. I can use an append query to add new records, but how do I
> ensure
> that the edited records are updated as well?