Re: Copy Field data from one record to another
You shouldn't do this
In theory, you could use an append query filtered to the current record.
However if CustomerID is the primary key field you won't be able to do so as duplicates are not allowed
This raises the obvious point that the customer name details should only exist once in a Customers table with a separate table using CustomerID as a foreign key for each delivery address. Similarly each order would be placed in a Orders table linked to the above