473,405 Members | 2,294 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,405 software developers and data experts.

Record Sequence Problem

17
I created a simple database with about 10 fields.

I entered an initial 1866 records into that database in order and each got assigned an autonumber.

These records are from a cemetery and are listed in row order left to right.

After completing the initial set of records, I have come upon some 50 records
of individuals who are buried at the cemetery, but have no head stone. Some of these people I know exactly where their record should be located in the sequence and others I do not.

Problem, I have this autonumber record number that so far has controlled the sequence. The new records would end up at the end of that autonumber sequence.

I know that I can delete that autonumber field but I have no other unique field currently to use to sort the records on after I delete that autonumber field.

I do have row number field which will help some, but not a grave number field.
But I can add one. Then do a two column sort I guess to reset the sequence.
Then recreate the autonumber after all the new entries are in place.

Question is, is there any other more simple way to plug these records into
their spots without going through the process I just described?

I also have a couple of records I missed on the original transcription that need to be plugged in.

The row-grave sequence is part of what makes this project unique. I do NOT want to change it to an Alphabetical sort. Yes I know that would simplify things.
Apr 9 '07 #1
2 1830
MMcCarthy
14,534 Expert Mod 8TB
The autonumber uniqueID field should not be used as significant data for this reason. If you keep it purely for indexed sorting rather than trying to order the fields by you will be more successful. The order in which records are stored in a table should not be significant. Particularly in Access where this order can be overwritten in query results.

If you create a Grave Number field and copy over the numbers from the autonumber field then the sequential order of the autonumber field won't matter any more. This field can still be indexed as Yes (No Duplicates) but not be the primary key.

Please let me know if you wish to clarify anything.

Mary
Apr 11 '07 #2
Geneman
17
The autonumber uniqueID field should not be used as significant data for this reason. If you keep it purely for indexed sorting rather than trying to order the fields by you will be more successful. The order in which records are stored in a table should not be significant. Particularly in Access where this order can be overwritten in query results.

If you create a Grave Number field and copy over the numbers from the autonumber field then the sequential order of the autonumber field won't matter any more. This field can still be indexed as Yes (No Duplicates) but not be the primary key.

Please let me know if you wish to clarify anything.

Mary

That's what I ended up doing was create a sequential grave number that can be adjusted as entries are added. I still have to shift numbers but far less than
1866 of them. : )

It has allowed me to plug in all the outside source records without a problem
and thus makes the result much better.
Live and learn.

Thanks for your reply. Please close this thread.
Apr 12 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

17
by: Rick | last post by:
Hi all, Is there a MySQL function to get the first record through a query? I would like to open a page of client records with the first one shown. The other records can be accessed from a...
1
by: Jorge Godoy | last post by:
Hi. I have created an interface where I have a QDataBrowser and all of its editing and navigating controls and one of the displayed controls is in a QSpinBox. I have the navigation from...
4
by: Tim Marshall | last post by:
This is an embarrassing question to which I should know the answer, but I am not 100% sure of myself. My applications, whether they are Jet or Oracle usually deal with reporting on existing apps...
4
by: DBQueen | last post by:
I have a subform which is in Continuous Forms view. I have added a button to the bottom of the page to move to the next record using the button wizard (result: DoCmd.GoToRecord , , acNext). I...
8
by: Bri | last post by:
Greetings, I'm having a very strange problem in an AC97 MDB with ODBC Linked tables to SQL Server 7. The table has an Identity field and a Timestamp field. The problem is that when a new record...
1
by: Ranny | last post by:
Question: What is the process to Insert a record using Dataset and SQLDataAdapter? Explanation: Thanks to Cor I am able to get a record to load, modify it, and save it to the database. My...
22
by: Br | last post by:
First issue: When using ADPs you no longer have the ability to issue a me.refresh to save the current record on a form (the me.refresh does a requery in an ADP). We usually do this before...
0
by: Zimri | last post by:
All, I am trying to read an XML of a set of records (an "order") from one machine and then turn it into a set of records on another machine. But some of the order's dependent records are...
0
by: Andy_Khosravi | last post by:
I'm having issues with updates being blocked due to some sort of record locking issue. The error does not occur consistently, so I've had a hard time nailing it down. It does happen enough to cause...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.