473,395 Members | 1,368 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

jumbling info

how to fix this?

Date Raceway DO Temp Mort
01/01/04 1 10 15 0
01/02/04 1 10 15 0
01/02/04 2 10 15 1
01/01/04 2 10 15 4
01/01/04 3 10 15 5

When I enter my data the dates and racceways are in order. The same
datefor 5 raceways per day. However the table is jumbling the info.
The dates are no longer in order and morts range from 0 to 5 for some
reason. The dates should be in order as I input them and there is no
order for morts as each raceway varies.
What is wrong????
Nov 13 '05 #1
2 1274
Nothing. If you want your data sorted, use a query. Oh, database
101.... Data in a table is NOT inherently sorted. EVER. So if you
want it explicitly sorted then force it to be that way by using a query.

Nov 13 '05 #2
Wade wrote:
how to fix this?

Date Raceway DO Temp Mort
01/01/04 1 10 15 0
01/02/04 1 10 15 0
01/02/04 2 10 15 1
01/01/04 2 10 15 4
01/01/04 3 10 15 5

When I enter my data the dates and racceways are in order. The same
datefor 5 raceways per day. However the table is jumbling the info.
The dates are no longer in order and morts range from 0 to 5 for some
reason. The dates should be in order as I input them and there is no
order for morts as each raceway varies.
What is wrong????


Although Pieter's advice about using a query is excellent, here's what
I suggest. Use a Make Table query using all the fields to put the
records in the order you want. Use Sort Ascending on, say, Date then
Raceway. After making the table, change the name of the Date field to
RaceDate (Date is a reserved name) in table design mode. Create an
autonumber primary key on the new table such as RaceID and save the
design. After checking to make sure your data is all there delete the
original table. Then rename the new table. After doing this Access
will continue to display the table data in the order you input data.
After doing all that, use a query to guarantee that you get the order
you want for Reports and such.

James A. Fortune

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: ivan_oj28 | last post by:
Hi, I am developing an application where I need to read the caller id from an incoming call. The only info (for now) I need is the caller id info, so that I can display the propper caller info on...
10
by: Frank | last post by:
Using Python 2.2.2, I want to catch all exceptions from "socket.gethostbyaddr(ip)" From IDLE, I can generate: >>> socket.gethostbyaddr('1.2') Traceback (most recent call last): File...
4
by: Chris | last post by:
I'm wondering what is the "best" way to structure a set of info about an item, like a book or a hotel. Eg, let's say you had this info to present for each book in a collection: Title Author...
4
by: Alberto | last post by:
Could you tell me what it's for the "Persist Security Info ..." value in a connection string. Thank you.
5
by: Lloyd Dupont | last post by:
I'm trying to print some of my document. The problem is, the rendering of the document is not done through GDI+ at all but through plain old GDI, and I need it like that as I am using Uniscribe to...
1
by: Mr. B | last post by:
VB.net 2003 c/w Framework 1.1 and MS Access db We have a commercial program that does our Acounting and Time Sheets (Timberline). At least once a day our Accounting department runs a Script...
0
by: jokerman | last post by:
I want to grab the amount of images in each <subnumber> section. How? I have this code in Flash; var pArray = new Array(); var tArray = new Array(); var myXML:XML = new XML();...
1
by: oddbande | last post by:
We have just upgraded a test enviroment to db2 9, and have set both the notifylevel and diaglevel to 3. But even so I get a lot of these messages in my db2diag.log: ...
1
by: cumupkid | last post by:
II am trying to create a form that will allow me to upload photos to a folder in the site root directory and add the information to the mysql db at the same time. I have created two forms, one...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.