J
Jeff
I have created a table that is indexed on 3 columns:
TestNumber(Asc), Category(Asc), TestRunNumber(Desc). The
idea behind having the last segment descending is that I
can run a 'first' query against the table and just see the
latest test run. But, when I run such a query, or view
the data in a form, I never see the latest run first. If
I look directly into the table ... there is the data,
exactly as I expect to see it. But not when I query or
use a form. After I compact the DB, then the form and
query will show the data properly, but not until then.
Why does this happen?
jeff
TestNumber(Asc), Category(Asc), TestRunNumber(Desc). The
idea behind having the last segment descending is that I
can run a 'first' query against the table and just see the
latest test run. But, when I run such a query, or view
the data in a form, I never see the latest run first. If
I look directly into the table ... there is the data,
exactly as I expect to see it. But not when I query or
use a form. After I compact the DB, then the form and
query will show the data properly, but not until then.
Why does this happen?
jeff