This new thread for the following i saw.
Brian wrote:
Roger answered with :Do you use some form of str(recno(),10) in everyone of your indexes to insure unique index keys ?
I have several index files with a non-unique key. I never had problems with it.This is an important point.
I2Bin(RecNo()) also works.
Example: in my sales file I have an index on month(date). This way the calculation of monthly totals is easy and fast, in my agenda if have an index with startdate, and so on. I never had problems with this. I could add an extra key to create unique indexes. Would this be necessary? Could the use of index files without unique keys influence index files where the index key is always unique?
Secondly a question about the I2Bin(recno()) as extra key? What about files with more than 32767 records. Does this generate an unique key with I2Bin?