Re: Table Field Auto Update?
- From: "Rick B" <Anonymous>
- Date: Tue, 25 Apr 2006 10:57:42 -0500
Export the data to your old databases from a query, not a form. Then just
build the concatenated field in a new column of your query, then export the
data from the query.
If it were me, I'd have the other departments normalize their data though.
It is silly to enter it in multiple formats. What if they want to print the
name as First, then Last for some name tags or a report some day? You can't
(shouldn't) store data in every conceivable format.
Also, I would put all of this in ONE database and then let the various
departments LINK to it, not export it. Again, it seems silly to be
distributing the data and hoping that you are using up-to-date information.
--
Rick B
"Dj" <Dj@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BCE2CFB7-71AE-4E56-A4FF-E71EBA0B1AE7@xxxxxxxxxxxxxxxx
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
.
- References:
- Re: Table Field Auto Update?
- From: Rick B
- Re: Table Field Auto Update?
- Prev by Date: Re: Table Field Auto Update?
- Next by Date: Re: Table Field Auto Update?
- Previous by thread: Re: Table Field Auto Update?
- Next by thread: Re: Table Field Auto Update?
- Index(es):
Relevant Pages
|