PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Discussion Access Records into Excel

Reply

Access Records into Excel

 
Thread Tools Rate Thread
Old 03-10-2005, 07:18 PM   #1
KJGradwell
Guest
 
Posts: n/a
Default Access Records into Excel


Guys
I wonder if any one can help me? When I export from Access to Excel I'm OK
when I import into Excel I am not.
Specifically;
when I import (via external data) a table from Access the records are
largely in the correct order but not completely so, occasional records or
small groups of records are out of sync.
If I open the data from Access (tools-microsoft office-analyse in excel) the
records are displayed in sequence. I need to be able to refresh the excel
file as records are added to access; so as far as I know importing into
excel is the way to do it but I'm a bit stuck.

Thanks
Kevan


  Reply With Quote
Old 04-10-2005, 01:36 AM   #2
Conrad Carlberg
Guest
 
Posts: n/a
Default Re: Access Records into Excel

Hi Kevan,

One of the goals of a true database is to enable records to appear in any
sequence, and so at times they do. Unless your table is indexed and the
index is in effect, when you open the table in Access, you'll usually but
not necessarily see the records in the order entered.

My own preference is to build an Access query, cause it to sort on the
field(s) I want for my sequence, and then point my external data range at
that query. I prefer that approach because I often bring back to Excel data
from linked tables, and Access gives me greater control over queries than
does Microsoft Query.

And yes, external data ranges (or pivot tables) are the way to go, unless
you have to do record-by-record processing, in which case you should
probably resort to VBA and ADO.
--
C^2
Conrad Carlberg

Excel Sales Forecasting for Dummies, Wiley, 2005


"KJGradwell" <kjgradwell@ntlworld.com> wrote in message
news:OnKnx5DyFHA.2516@TK2MSFTNGP12.phx.gbl...
> Guys
> I wonder if any one can help me? When I export from Access to Excel I'm OK
> when I import into Excel I am not.
> Specifically;
> when I import (via external data) a table from Access the records are
> largely in the correct order but not completely so, occasional records or
> small groups of records are out of sync.
> If I open the data from Access (tools-microsoft office-analyse in excel)

the
> records are displayed in sequence. I need to be able to refresh the excel
> file as records are added to access; so as far as I know importing into
> excel is the way to do it but I'm a bit stuck.
>
> Thanks
> Kevan
>
>



  Reply With Quote
Old 04-10-2005, 07:41 AM   #3
KJGradwell
Guest
 
Posts: n/a
Default Re: Access Records into Excel

Thanks Conrad
I'll have a go.
Kevan
"Conrad Carlberg" <carlbergc@earthlink.net> wrote in message
news:dgj0f.6621$oc.288@newsread2.news.pas.earthlink.net...
> Hi Kevan,
>
> One of the goals of a true database is to enable records to appear in any
> sequence, and so at times they do. Unless your table is indexed and the
> index is in effect, when you open the table in Access, you'll usually but
> not necessarily see the records in the order entered.
>
> My own preference is to build an Access query, cause it to sort on the
> field(s) I want for my sequence, and then point my external data range at
> that query. I prefer that approach because I often bring back to Excel
> data
> from linked tables, and Access gives me greater control over queries than
> does Microsoft Query.
>
> And yes, external data ranges (or pivot tables) are the way to go, unless
> you have to do record-by-record processing, in which case you should
> probably resort to VBA and ADO.
> --
> C^2
> Conrad Carlberg
>
> Excel Sales Forecasting for Dummies, Wiley, 2005
>
>
> "KJGradwell" <kjgradwell@ntlworld.com> wrote in message
> news:OnKnx5DyFHA.2516@TK2MSFTNGP12.phx.gbl...
>> Guys
>> I wonder if any one can help me? When I export from Access to Excel I'm
>> OK
>> when I import into Excel I am not.
>> Specifically;
>> when I import (via external data) a table from Access the records are
>> largely in the correct order but not completely so, occasional records or
>> small groups of records are out of sync.
>> If I open the data from Access (tools-microsoft office-analyse in excel)

> the
>> records are displayed in sequence. I need to be able to refresh the excel
>> file as records are added to access; so as far as I know importing into
>> excel is the way to do it but I'm a bit stuck.
>>
>> Thanks
>> Kevan
>>
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off