moving records

J

Jeff

Tables are relational.

Table:
Human_Resource:
Fields: NetworkID <--Primary Key, FirstName....
Table:
Assigned_Inventory:
Fields: NetworkID, SerialNumber <--Primary Key,
Type....

I need to switch custody based on networkID in a form.
How can I accomplish something like this?

Example:

John leaves the company and custody of his equipment goes
to the new person.

Thanks
 
Top