R
rpw
Hi,
I've imported some data from a spreadsheet and the table looks like this:
tblZipTerritory
ztID (PK)
ZipCode
Territory (this is the non-normalized bit)
I now have a territory table with territoryID (PK) and territoryName (text
field) in it.
How can I replace the Territory text field in tblZipTerritory with the
territoryID (without entering it one by one)?
I've imported some data from a spreadsheet and the table looks like this:
tblZipTerritory
ztID (PK)
ZipCode
Territory (this is the non-normalized bit)
I now have a territory table with territoryID (PK) and territoryName (text
field) in it.
How can I replace the Territory text field in tblZipTerritory with the
territoryID (without entering it one by one)?