dbTalk Databases Forums  

Update linked tables

comp.databases.ms-access comp.databases.ms-access


Discuss Update linked tables in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
grin
 
Posts: n/a

Default Update linked tables - 04-28-2010 , 03:45 PM






I have 2 tables: Member and Bulk Mail
I have linked them on Last Name
Member has these fields: First Name, Last Name, E-mail
Bulk mail has these fields: First Name, Last Name, e-mail address

The member table has no data in the E-mail field
The Bulk Mail table has data in the e-mail address field

I would like to update the Member E-mail field with the data in the
Bulk
Mail e-mail address field using the Query Wizard

Glenn

Glenn T. Dulmage
207 Valley Road
Chestertown, MD 21620
410-778-5166
gdulmage (AT) verizon (DOT) net

Reply With Quote
  #2  
Old   
zuckermanf@gmail.com
 
Posts: n/a

Default Re: Update linked tables - 04-30-2010 , 03:22 AM






UPDATE Member INNER JOIN BulkMail ON Member.LastName=BulkMail.LastName
SET Member.Email=BulkMail.Email
Fred



On Apr 28, 1:45*pm, grin <gdulm... (AT) verizon (DOT) net> wrote:
Quote:
I have 2 tables: Member and Bulk Mail
I have linked them on Last Name
Member has these fields: First Name, Last Name, E-mail
Bulk mail has these fields: First Name, Last Name, e-mail address

The member table has no data in the E-mail field
The Bulk Mail table has data in the e-mail address field

I would like to update the Member E-mail field with the data in the
Bulk
Mail e-mail address field using the Query Wizard

Glenn

Glenn T. Dulmage
207 Valley Road
Chestertown, MD 21620
410-778-5166
gdulm... (AT) verizon (DOT) net

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.