PC Review


Reply
Thread Tools Rate Thread

Data gets out of order when exported

 
 
La di da Limey
Guest
Posts: n/a
 
      23rd Mar 2007
Hi,

I have a simple database. It has 3 columns of data and an ID so that I can
sort it into it original order. After having sorted it, I export it as a
text file. Yet every time I export it, there is some portion of the data
which has gotten out of order when I look into the text file, the ID shows
this. How do I stop this happening?

Regs

L


 
Reply With Quote
 
 
 
 
Joseph Meehan
Guest
Posts: n/a
 
      23rd Mar 2007
La di da Limey wrote:
> Hi,
>
> I have a simple database. It has 3 columns of data and an ID so that
> I can sort it into it original order. After having sorted it, I
> export it as a text file. Yet every time I export it, there is some
> portion of the data which has gotten out of order when I look into
> the text file, the ID shows this. How do I stop this happening?
>
> Regs
>
> L


Set up a query sorted on the ID and export the data from there. Tables
don't have an order and an ID does not sort the data, it needs to be sorted.
That should do it.

--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
La di da Limey
Guest
Posts: n/a
 
      23rd Mar 2007
Hi,

The only problem with that is that it seems to have a limit of 65,000
records and I have 1.5m,

regs,

L


"Joseph Meehan" <(E-Mail Removed)> wrote in message
news:4603d665$0$5782$(E-Mail Removed)...
> La di da Limey wrote:
>> Hi,
>>
>> I have a simple database. It has 3 columns of data and an ID so that
>> I can sort it into it original order. After having sorted it, I
>> export it as a text file. Yet every time I export it, there is some
>> portion of the data which has gotten out of order when I look into
>> the text file, the ID shows this. How do I stop this happening?
>>
>> Regs
>>
>> L

>
> Set up a query sorted on the ID and export the data from there. Tables
> don't have an order and an ID does not sort the data, it needs to be
> sorted. That should do it.
>
> --
> Joseph Meehan
>
> Dia 's Muire duit
>
>
>



 
Reply With Quote
 
engles@ridesoft.com
Guest
Posts: n/a
 
      23rd Mar 2007
On Mar 23, 8:03 am, "La di da Limey" <drbry...@blueyonder.co.uk>
wrote:
> Hi,
>
> The only problem with that is that it seems to have a limit of 65,000
> records and I have 1.5m,
>
> regs,
>
> L
>
> "Joseph Meehan" <sligoNoSPAM...@hotmail.com> wrote in message
>
> news:4603d665$0$5782$(E-Mail Removed)...
>
>
>
> > La di da Limey wrote:
> >> Hi,

>
> >> I have a simple database. It has 3 columns of data and an ID so that
> >> I can sort it into it original order. After having sorted it, I
> >> export it as a text file. Yet every time I export it, there is some
> >> portion of the data which has gotten out of order when I look into
> >> the text file, the ID shows this. How do I stop this happening?

>
> >> Regs

>
> >> L

>
> > Set up a query sorted on the ID and export the data from there. Tables
> > don't have an order and an ID does not sort the data, it needs to be
> > sorted. That should do it.

>
> > --
> > Joseph Meehan

>
> > Dia 's Muire duit- Hide quoted text -

>
> - Show quoted text -


Are you reading it into Excel to look at the order? Excel has a limit
of 65,000 rows. I just exported 2.5m records into a text file -
sorted successfully .

--- Larry Engles

 
Reply With Quote
 
La di da Limey
Guest
Posts: n/a
 
      23rd Mar 2007
Hi,

No I'm looking at them all in a text editor

L

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mar 23, 8:03 am, "La di da Limey" <drbry...@blueyonder.co.uk>
> wrote:
>> Hi,
>>
>> The only problem with that is that it seems to have a limit of 65,000
>> records and I have 1.5m,
>>
>> regs,
>>
>> L
>>
>> "Joseph Meehan" <sligoNoSPAM...@hotmail.com> wrote in message
>>
>> news:4603d665$0$5782$(E-Mail Removed)...
>>
>>
>>
>> > La di da Limey wrote:
>> >> Hi,

>>
>> >> I have a simple database. It has 3 columns of data and an ID so that
>> >> I can sort it into it original order. After having sorted it, I
>> >> export it as a text file. Yet every time I export it, there is some
>> >> portion of the data which has gotten out of order when I look into
>> >> the text file, the ID shows this. How do I stop this happening?

>>
>> >> Regs

>>
>> >> L

>>
>> > Set up a query sorted on the ID and export the data from there.
>> > Tables
>> > don't have an order and an ID does not sort the data, it needs to be
>> > sorted. That should do it.

>>
>> > --
>> > Joseph Meehan

>>
>> > Dia 's Muire duit- Hide quoted text -

>>
>> - Show quoted text -

>
> Are you reading it into Excel to look at the order? Excel has a limit
> of 65,000 rows. I just exported 2.5m records into a text file -
> sorted successfully .
>
> --- Larry Engles
>



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      23rd Mar 2007
La di da Limey wrote:
> Hi,
>
> No I'm looking at them all in a text editor
>
> L
>


I have no idea waht that 65,000 limit could be in Access, Older Excel
versions have it but .... ??


--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      23rd Mar 2007
On Fri, 23 Mar 2007 15:03:03 GMT, "La di da Limey" <(E-Mail Removed)>
wrote:

>Hi,
>
>The only problem with that is that it seems to have a limit of 65,000
>records and I have 1.5m,


Please post the SQL of the query and describe how you're exporting it. As
noted elsethread, there is NOT a 65000 (or 65536) record limit to Access
queries or exports, that I've ever seen! What version of Access are you using?

John W. Vinson [MVP]
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ACCESS REPORT DATA EXPORTED TO EXCEL DID NOT EXPORT DATA Access Report Microsoft Access Reports 0 7th Jan 2010 08:39 PM
order of records different when exported? Geoff Cox Microsoft Access 2 13th May 2009 08:55 PM
formatting exported data =?Utf-8?B?TWF1cmll?= Microsoft Access External Data 1 1st Sep 2006 02:00 PM
Exporting Table Data - Not all data is exported Steve Vickers Microsoft Access External Data 3 10th Sep 2004 08:12 PM
Exported subreports out of order Branko Microsoft Access External Data 0 22nd Oct 2003 01:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:30 AM.