I
InOverMyHead
Hello,
The Subject says it all: I have a table as follows:
(ID), ContractID, CountryName
With data in it that looks like:
713 396 Africa
729 397 Europe
730 390 Canada
What I'd like to do, is replace "Africa" with the actual countries...
so:
713 396 Africa
Would become:
713 396 Africa
731 396 Algeria
732 396 Angola
etc etc
(ID) - the first field - is the Primary key of the table, and
ContractID refers to the Contract number from another table. I'd want
each line I created to have the same Contract # as the original line
it's being created from (I hope that makes sense...).
If someone can lead me in the correct direction - either a link or a
quick solution (I'm rather clueless with Access, but I've backed this
database up and have no problems mucking around with it) it would be
appreciated.
Thanks in advance.
ps: I am using Access 2003 SP2
The Subject says it all: I have a table as follows:
(ID), ContractID, CountryName
With data in it that looks like:
713 396 Africa
729 397 Europe
730 390 Canada
What I'd like to do, is replace "Africa" with the actual countries...
so:
713 396 Africa
Would become:
713 396 Africa
731 396 Algeria
732 396 Angola
etc etc
(ID) - the first field - is the Primary key of the table, and
ContractID refers to the Contract number from another table. I'd want
each line I created to have the same Contract # as the original line
it's being created from (I hope that makes sense...).
If someone can lead me in the correct direction - either a link or a
quick solution (I'm rather clueless with Access, but I've backed this
database up and have no problems mucking around with it) it would be
appreciated.
Thanks in advance.
ps: I am using Access 2003 SP2