I have defined a VFP DBF with SSN as a prime key when I first built the table. I have a mainmenu option to index all tables. I used INDEX ON SSN TAG SSNKEY command, but after it executed, all tabe with defined Prime key have switched to Regular key. What would be the best approach to keep the same Prime Key definition of each table?