G
Greg Surratt
I have an A2K database that includes two fields, Attempted and
Correct. I'd like to be able to index the database on the calculation
"Correct / Attempted"
I know that good design practice says not to store calculated fields,
so is there another way to create this index besides creating a query,
including the calculation and then sorting on the calculated field?
This is a flat file database, so I don't want to use a query if I
don't need it.
I tried making a third field in the table with a default value of
"Correct / Attempted", but it wouldn't accept the calculation.
Thanks,
Greg
Correct. I'd like to be able to index the database on the calculation
"Correct / Attempted"
I know that good design practice says not to store calculated fields,
so is there another way to create this index besides creating a query,
including the calculation and then sorting on the calculated field?
This is a flat file database, so I don't want to use a query if I
don't need it.
I tried making a third field in the table with a default value of
"Correct / Attempted", but it wouldn't accept the calculation.
Thanks,
Greg