Sure,
The first table called cust has the usual fields, clientid(autonumber), name, address, city state, zip, etc. The second table is a workorder table with fields named the same. I have a field in workorder that has the clientid in it. What I want to do is key on the clientid and copy the info from the customer table into the workorder table. I have about 800 records that I need to change. Does this help?
Thanks
Ed