My Access database is mixing up the record numbers in the table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My Database is mixing up the record in the table and the form. It says its a
1017 system error. How do I get the records back into their correct order?
 
What exactly are the symptoms?

You do realize, I hope, that you cannot make any assumptions about the order
of records in tables.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


achristian said:
My Database is mixing up the record in the table and the form. It says its a
1017 system error. How do I get the records back into their correct
order?
 
Records are not stored in any order. You can display them in an order by
indexing or setting sort in a query, form or report.
 
achristian said:
My Database is mixing up the record in the table and the form. It
says its a 1017 system error. How do I get the records back into
their correct order?

What record numbers? Access does not have record numbers.

Records in a table are not in a specific order. If you want records in
an order, you need to provide for that. Considering a table as a bucket of
data is the best way of handling it.

Autonumber is not intended as a way of providing a record order, only a
way of providing a unique number for each record.

How does the error message fit into the problem?
 
Hi.
It says its a
1017 system error.

Do you mean system error -1017? If so, what's the exact error message? The
error number means different things, depending upon the context, such as a
replicated database's synch error, a compaction error, or a conversion
error.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top