G
Guest
I received a DB to work on for a Facility. It is a Key inventory. They are
using a table with the following fields. KeyRing, RingLocation, NumberofKeys,
KeyOne, KeyOneLocation, KeyTwo, KeyTwoLocation, and so on up as many as 28
keys on one ring. I need to take this table, divide it into two tables. Table
one KeyRing, KeyRingLocation, and NumberofKeys. the second table of KeyRing,
KeyNumber, KeyLocation. I would have a relation between the two tables with
the KeyRing field.
My problem is how do I get the KeyOne and KeyOneLocations into the KeyNumber
and KeyLocation fields. Is there an easy way to merge this data. Hope you
understamd. Thank you in advance.
using a table with the following fields. KeyRing, RingLocation, NumberofKeys,
KeyOne, KeyOneLocation, KeyTwo, KeyTwoLocation, and so on up as many as 28
keys on one ring. I need to take this table, divide it into two tables. Table
one KeyRing, KeyRingLocation, and NumberofKeys. the second table of KeyRing,
KeyNumber, KeyLocation. I would have a relation between the two tables with
the KeyRing field.
My problem is how do I get the KeyOne and KeyOneLocations into the KeyNumber
and KeyLocation fields. Is there an easy way to merge this data. Hope you
understamd. Thank you in advance.