G
Guest
My database holds data in two tables in a one to many relationship. tblCase
(primary key, CaseNum) is linked with tblProcess (foreign key, CaseNum).
What I would like to do is move two fields of existing data (not autonumber
info) from tblProcess to tblCase while maintaining the integrity of the
information, that is, keeping the data assigned to the proper case number.
Any help would be greatly appreciated.
(primary key, CaseNum) is linked with tblProcess (foreign key, CaseNum).
What I would like to do is move two fields of existing data (not autonumber
info) from tblProcess to tblCase while maintaining the integrity of the
information, that is, keeping the data assigned to the proper case number.
Any help would be greatly appreciated.