aziz rasul
Active member
- Local time
- Today, 10:32
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have a table that has no index set. However I want to programmatically create an index for the table i.e. tbltablename!fieldname3. How do I do this?
Note that the reason why an index is not created manually is because it can be easily deleted and no security can be imposed. Hence if this happens, the code would automatically re-instate the index.
Note that the reason why an index is not created manually is because it can be easily deleted and no security can be imposed. Hence if this happens, the code would automatically re-instate the index.