Update Query

  • Thread starter R Young via AccessMonster.com
  • Start date
R

R Young via AccessMonster.com

I have one column "EnterpriseID" which contain shortnames of 70,000
employees. I need to add "@xyz.com" to each shortname.

I do have another column with the actual email address, BUT not all the
records have an email address. 56,000 have "NA" as the email address.

I just discovered the update query but it is just not updating my records
at all. Any help would be appreciated!
 
J

John Vinson

I have one column "EnterpriseID" which contain shortnames of 70,000
employees. I need to add "@xyz.com" to each shortname.

I do have another column with the actual email address, BUT not all the
records have an email address. 56,000 have "NA" as the email address.

I just discovered the update query but it is just not updating my records
at all. Any help would be appreciated!

Answered in m.p.a.queries.

Please DO NOT MULTIPOST. If it's necessary (hint: it rarely is, most
of the volunteers here frequent several newsgroups) to post a message
in more than one newsgroup, crosspost instead by putting the two or
three (NO MORE please!) newsgroup names in the Newsgroups: line.

John W. Vinson[MVP]
 
R

R Young via AccessMonster.com

I accidentally posted to the wrong forum the first time...my mistake!
Which is why you saw the post in the correct forum (queries).

Thanks for looking out!
 
G

Guest

Hi,

In the update query, in the field that you want to
update, enter [EnterpriseID]&"@xyz.com" in the "Update
To:" line.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top