Re: updating field with data from other fields
- From: "Al Camp" <anon@xxxxxxxx>
- Date: Fri, 3 Jun 2005 15:30:11 -0400
Try an Update query to update your EMail field with...
= [LastName] & Left([FirstName],1) & "@abcd.com"
hth
Al Camp
"cwr" <cwr@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C545C78C-3CB4-46A9-A96F-EA189601BE9F@xxxxxxxxxxxxxxxx
>i have an access database....it has first name, last name and a field for
> email address of every entry, but the email address is empty...i need to
> somehow concatenate the last name, the first initial of the first name and
> a
> hard coded literal that will be the same for all....
>
> i.e. JonesG@xxxxxxxx
>
> the only thing different will be the lastname and first letter of first
> name
>
> what's the best way to do this...?
.
- Follow-Ups:
- References:
- Prev by Date: Re: "NULL"
- Next by Date: Re: Create a Form Letter?
- Previous by thread: updating field with data from other fields
- Next by thread: Re: updating field with data from other fields
- Index(es):
Relevant Pages
|