kaisersoze Posted January 11, 2006 Posted January 11, 2006 How to create index in MS ACCESS programatically? Please respond... Quote Note: I think as a programmer not as a human, so use my answer at your will
*Experts* Nerseus Posted January 11, 2006 *Experts* Posted January 11, 2006 You run a query that looks like this: CREATE INDEX [indexName] ON [TableName]([ColumnName]) There are probably some other forms, such as multiple columns if Access supports them. Check the MS Access help. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
*Experts* Nerseus Posted January 11, 2006 *Experts* Posted January 11, 2006 You run a query that looks like this: CREATE INDEX [indexName] ON [TableName]([ColumnName]) There are probably some other forms, such as multiple columns if Access supports them. Check the MS Access help. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.