Move Record

J

Jay Brown

I have a two table database. Customer is Parent table
linked to Inventory on a one to many relationship. Some
of my customers have multiple locations throughout
Florida and occasionally this inventory equipment is
moved from one location to another. Each location is
listed in the Customer table as a separate location with
its own unique number. I need to move a record in the
inventory table to a different location with a different
existing customer number. Currently we are deleting the
record from its current location and manually inserting
it with the proper customer nbr.
Thanks for any help
 
S

Sam

Assuming you have the relationship defined you should be able to select the
required records and just copy (or cut) and paste them from and to a sub
form. Just make sure the secondary key (in your inventory table) is not
displayed on the subform.

HTH
Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top