Re: Initial Caps

From: tina (noaddress_at_spam.com)
Date: 03/13/04


Date: Sat, 13 Mar 2004 10:42:19 GMT

my guess is that the db has a separate table with company name and other
info, and the "number" you're seeing in the export is the company table's
primary key (as a foreign key in the general table).

you need to identify the source of the company name that you're used to
seeing in the database. suggest you check the Relationships window to see if
a relationship is defined on that "number" field. or you can check any form
that has a combo box that lists the company name, to see what table is used
in the combo box's record source.

once you identify the table that holds the company names, create a query,
and link the general table and company table on the company table's primary
key field and the general table's "company" (number) field. then select the
fields you want to export, including the actual company name from the linked
table. you can then export the query object.

hth

"sbsmith" <sbsmith55@hotmail.com> wrote in message
news:8F840F34-A08B-4AF9-BB0E-509680F93112@microsoft.com...
> When I export data from a database, the company field exports a number not
the actual data. Is there a way to get the data to export correctly? The
company & location fields are linked to the general table. Thanks



Relevant Pages

  • Re: Corrupt Form
    ... always work on a copy of the database. ... make it impossible for a repair service to fix it. ... The Record Source of my form is a SQL table. ... All the other forms in the mdb remain connected to ...
    (microsoft.public.access.forms)
  • Re: how does one trap for out-of-memory errors?
    ... >> code from the underlying database. ... > higher level of abstraction ALWAYS implies a performance penalty. ... >> object for PostGre and a query object for XML streams. ... > with a PHP array that contains all entries in the weblog? ...
    (comp.lang.php)
  • RE: delete row blocked by non-existant relationship
    ... > with my basic design, I had to change the field name and size that I am using ... I checked the relationships window and selected show ... An error message ... > On an off chance the last thing I did was select Tools> Database Utilities ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Unbound form
    ... I am working with a Access 97 Database. ... trouble of unbounding some of the forms in the database is because when the ... Allen Browne - Microsoft MVP. ... record source is set when the form is loaded and cleared when the form is ...
    (microsoft.public.access.formscoding)
  • Re: An Interesting Occurance w/Access 2003
    ... the modified database, renamed the table to Calls2, and then proceeded ... to copy and paste the Calls table from the original database to the ... the upgraded database now contains two ... which uses the Calls table as the record source. ...
    (comp.databases.ms-access)