Re: Table Field Auto Update?
- From: Dj <Dj@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 10:51:02 -0700
"fredg" wrote:
On Tue, 25 Apr 2006 08:40:02 -0700, Dj wrote:
My newly created DB is being used to export data into an older existing
database with two different tables for two diferent departments. Currently,
one department enters First and Last in their table and the other department
enters Full.
A third department now has the responsibilty of entering the data (names
plus a bunch of other data) and we're exporting it to the older DB and
appending to the existing two table. Both existing tables have thousands of
records and neither wants to change their format. That way my DB has to be
able to export First, Last and Full.
"Rick B" wrote:
You don't need Full Name. In your forms, queries, and reports, you can
build that by concatenating the two fields.
For more details, read the hundreds of previous posts on the topic of
redundant data in a table.
--
Rick B
"Dj" <Dj@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AFBF5575-2C97-4B43-B4A6-87451F36A575@xxxxxxxxxxxxxxxx
My table has the following...
Last Name (Smith)
First Name (John)
Full Name (Smith, John)
(The short reason why is because different departments have different
needs/wants).
My question; with just entering Last and First, can I have Full populate
automatically? Either from the table design or using a query? Seems like
a
simple thing; or so I'm hoping. Thanks! j
You seem intent upon using Access improperly.
Store just the First Name in it's own field, and the Last Name in it's
own field.
Then create a query that concatenates the first and last name
FullName:[LastName] & ", " & [FirstName]
add whatever other fields to the query that are needed.
Export the query, not the table.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Trust me, it's not me who's intent on using the db improperly. I'm just the
lowly newby - wannabe Access developer who's trying to do things the right
way which is why I've become so dependant on this wonderful message board.
It's the experienced developer(s) who set up their original db and said they
don't want to have to change anything in their existing database to
accomodate the exporting of my data which in the end is going to save them a
ton of time.
.
- Follow-Ups:
- Re: Table Field Auto Update?
- From: chris.nebinger@xxxxxxxxx
- Re: Table Field Auto Update?
- References:
- Re: Table Field Auto Update?
- From: Rick B
- Re: Table Field Auto Update?
- From: fredg
- Re: Table Field Auto Update?
- Prev by Date: The design of accounting databases
- Next by Date: Re: SQL - Printing Dates With 0 "Count" Records
- Previous by thread: Re: Table Field Auto Update?
- Next by thread: Re: Table Field Auto Update?
- Index(es):
Relevant Pages
|