D
Dennis
Hi,
I'm getting ready to release my second update to my database. I've split
my original table tblMailingList into two tables; tblMailingList and
tblNewsLetter.
I've also changed the key on tblMailingList. I originally had the user
enter a key, but I've changed it to an Access Auto generated number. The key
on the tblNewsLetter file is a number and is equal to the autonumber on
tblMailingList. (I split the data for traffic reasons. One group maintains
the Mailing List and another group maintains the News Letter info.)
I've also rearrange the fields in tblMailingList.
So what I need to do is
1. Copy all field from old tblMailingList to new tblMailingList. The new
tblMailingList table will have the new auto generated key.
2. Copy the appropriate fields from the new tblMailingList (with the new
key) to the new tblNewsLetter table.
3. Remove the unwated fields from the table definition and remove all of the
data from those fields in the table.
I know I can do this manually, which I've done a couple of time when I was
testing. However, I want to expand my Access knowledge and learn how to do
this programmatically.
How would I go about doing this? Any help would be greatly appreciated.
Thanks,
Dennis
I'm getting ready to release my second update to my database. I've split
my original table tblMailingList into two tables; tblMailingList and
tblNewsLetter.
I've also changed the key on tblMailingList. I originally had the user
enter a key, but I've changed it to an Access Auto generated number. The key
on the tblNewsLetter file is a number and is equal to the autonumber on
tblMailingList. (I split the data for traffic reasons. One group maintains
the Mailing List and another group maintains the News Letter info.)
I've also rearrange the fields in tblMailingList.
So what I need to do is
1. Copy all field from old tblMailingList to new tblMailingList. The new
tblMailingList table will have the new auto generated key.
2. Copy the appropriate fields from the new tblMailingList (with the new
key) to the new tblNewsLetter table.
3. Remove the unwated fields from the table definition and remove all of the
data from those fields in the table.
I know I can do this manually, which I've done a couple of time when I was
testing. However, I want to expand my Access knowledge and learn how to do
this programmatically.
How would I go about doing this? Any help would be greatly appreciated.
Thanks,
Dennis