G
Guest
Hello experts:
I have tblTitle with primary key field CaseNo, and fields Owner1, Owner2 . .
.. Owner10. I would like to create a new table tblTitleOwner from data in
tblTitle, but with just one Owner field and assign a secondary key to each
unique owner within that record.
An append query will not work as far as I can tell, since the owner data in
tblTitle does not always have a unique value (ie, Owner1 and Owner2 will have
the same CaseNo).
Any suggestions?
I have tblTitle with primary key field CaseNo, and fields Owner1, Owner2 . .
.. Owner10. I would like to create a new table tblTitleOwner from data in
tblTitle, but with just one Owner field and assign a secondary key to each
unique owner within that record.
An append query will not work as far as I can tell, since the owner data in
tblTitle does not always have a unique value (ie, Owner1 and Owner2 will have
the same CaseNo).
Any suggestions?