table sorting problem

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

Guest

I have a table keyed on DiskNum and FileNum, which is sorted ascending. I am
using code to run through each record and populate a new field
(ImageLocation)that I have recently added. My problem is that the table
appears to be sorted correctly when I open and view it, but when I am testing
my code and use a message box to show the file number and disk number, it
appears to be sorting by the new field! (It was working correctly yesterday,
and I have not made any changes since!!)
Can anybody help??!
 
In general, you should not care how your table is sorted.

You should be working in your forms, queries, and reports. Tables are just
buckets for holding the data. The order is not important in the table.
When you build a form, report, or query, you can define how you want it
sorted.
 

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

Similar Threads

Sort order in report 2
Number Sorting Error 7
Sorting Month-Year in Query 7
Sorting in Reports 1
sort alphabetical in report 4
Sort with Combo box 2
sorting data numerically in a table 5
Table sorting question 2

Back
Top